Re: Java3D+Javafx doesn't work on Java 14
Posted by
runiter on
Jun 10, 2020; 12:06am
URL: https://forum.jogamp.org/Java3D-Javafx-doesn-t-work-on-Java-14-tp4040679p4040690.html
I can run the simple example (animated rotating quad).
At first I had difficulties but it turned out that your documentation is slightly incorrect.
For example, it says to add this VM parameter:
--add-opens javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED
But I had to add this instead:
--add-opens javafx.graphics/com.sun.javafx.tk=jogamp.fat
So yes the example works on Java 14.
But with same VM arguments I still can't get my Java3D app to work on Java 14.