jdk20 in eclipse and Scoped values

Kasper Nielsen kasperni at gmail.com
Tue Mar 21 12:22:22 UTC 2023


> Is there a way to run jdk20 code in eclipse ?
>

Really, the only thing you need is to run with "--enable-preview" it
should work out of the box.

If you are running on the module-path add
   requires jdk.incubator.concurrent;

/Kasper


More information about the loom-dev mailing list