Login  Register

Re: Jogl / Java3D with Java 11 ?

Posted by DonPearson on Aug 07, 2019; 3:49am
URL: https://forum.jogamp.org/Jogl-Java3D-with-Java-11-tp4039896p4039914.html

Again, thanks.   I tried it in the Run..VM options box yesterday (and again today).  And I see the following warning  before the program starts to run.  The program then begins to run but terminates at the same location when I am trying to create a Simple Universe, giveing me the same error on index out of range.

run:
WARNING: Unknown module: ALL-UNNAMED
--add-exports=java.desktop/sun.awt=ALL-UNNAMED
--add-exports=java.desktop/sun.java2d=ALL-UNNAMED specified to --add-exports


I will of course take your advice and run it outside of Netbeans in the next day or two and see if that helps.  These are just options on the java execution command line is what I am gathering.