Login  Register

Re: Jogl/Jogamp on Java 8 can't instance Canvas3D

Posted by gouessej on Dec 26, 2017; 4:52pm
URL: https://forum.jogamp.org/Jogl-Jogamp-on-Java-9-tp4038012p4038439.html

You have to use the property "allowNullGraphicsConfig" to make it work. Sorry, I forgot that information.

Edit.: -Dj3d.allowNullGraphicsConfig

By the way, you're still not using Java3D 1.6.0 Final according to your stack trace. When I look at the source code, one line of your latest stack trace is on a comment in Java3D 1.6.0 Final, it's not possible.
Julien Gouesse | Personal blog | Website