Problems compiling the first class with Fibers

Alan Bateman Alan.Bateman at oracle.com
Mon Sep 23 17:55:53 UTC 2019



On 23/09/2019 18:52, bren at juanantonio.info wrote:
> El 2019-09-23 19:51, bren at juanantonio.info escribió:
>> :
>>
>> $ javac --enable-preview --release 13  FiberTest1.java
I assume it will work if you drop `--release 13`. That option tells 
javac that you want JDK 13 but this feature is not in JDK 13.

-Alan


More information about the loom-dev mailing list