We have early access of project loom https://jdk.java.net/loom/
But I'm not able to find an IDE(Intellij, VSCode) Compatible with this JDK to compile the code inside.
Anybody knows a way to do it?
We have early access of project loom https://jdk.java.net/loom/
But I'm not able to find an IDE(Intellij, VSCode) Compatible with this JDK to compile the code inside.
Anybody knows a way to do it?
You have access to tar.gz (for non Windows OS) and ZIP (for Windows OS):
You have to download it, extract it and then reference in your IDE a new JRE pointing to the extracted folder.
Note however that IDE will most likely not recognize any new syntax and you will be better to use a build tool such as Maven or Gradle with Toolchain enabled to select this particular JDK 18.