Re: Jogl/Jogamp on Java 9 no compatible graphics context
Posted by
gouessej on
Jan 09, 2018; 9:03am
URL: https://forum.jogamp.org/Jogl-Jogamp-on-Java-9-tp4038012p4038502.html
You have to insert the 3 add exports clauses: "--add-exports=java.base/java.lang=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/sun.java2d=ALL-UNNAMED"
You currently only insert one of them into your JNLP file, it can't work. The second add export clause should solve your problem with "Bug 1004...".
Ok you tell us that it works. Now, we have to make one bug report per new bug if necessary except if all are related to Java 1.9.