> 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