Re: Java3D does not work with pre-released JDK
Posted by
runiter on
Jun 27, 2021; 6:07pm
URL: https://forum.jogamp.org/Java3D-does-not-work-with-pre-released-JDK-tp4041172p4041173.html
Feel free to ignore my request above.
I managed to fix this issue by simply overriding the version via this command:
System.setProperty("java.version", "17");
You probably will want to fix that in future, but it's not urgent given that we have this simple solution.