Login  Register

Re: Jogl / Java3D with Java 11 ?

Posted by DonPearson on Aug 06, 2019; 4:09am
URL: https://forum.jogamp.org/Jogl-Java3D-with-Java-11-tp4039896p4039909.html

PS - not sure where in Netbeans 11 to add those statements....  

--add-exports=java.base/java.lang=ALL-UNNAMED
--add-exports=java.desktop/sun.awt=ALL-UNNAMED
--add-exports=java.desktop/sun.java2d=ALL-UNNAMED

I thought maybe under Project..properties..compiler options?

I tried process options with 3 statements, each with key = exports and value = rest of each lines above.  
Compiles fine, but still gives runtime error same as before.

Also tried copy/pasting it under additional compiler options.  Again, no success.  

If you have used netbeans, a hint would help me :)