Re: hi, can jogl 2.3.2 run with jdk9 or jdk10.0.2 ?
Posted by george2008 on Aug 29, 2018; 1:13am
URL: https://forum.jogamp.org/hi-can-jogl-2-3-2-run-with-jdk9-or-jdk10-0-2-tp4039140p4039150.html
You means like below ?
java --add-exports=java.base/java.lang=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/sun.java2d=ALL-UNNAMED -Xms2g -Xmx8g -Dfile.encoding=UTF-8 com.xxx.uiapp.AppMain
If don't use this 'options', any bad effects on jdk10 ?