jogamp
›
jogl
Login
Register
Re: Jogl/Jogamp on Java 8 can't instance Canvas3D
Posted by
gouessej
on
Dec 26, 2017; 7:41pm
URL:
https://forum.jogamp.org/Jogl-Jogamp-on-Java-9-tp4038012p4038441.html
Which source code do you use?
The line 982 is in a comment in Java3D 1.6.0-final:
https://github.com/hharrison/java3d-core/blob/master/src/javax/media/j3d/Canvas3D.java#L982
I advise you to put a debug point on this line:
https://github.com/gouessej/java3d-core/blob/master/src/main/java/org/jogamp/java3d/JoglPipeline.java#L8500
If Canvas3D.graphicsConfigTable remains empty, all graphics configurations will be considered invalid.
Edit.: Please add -Dj3d.allowNullGraphicsConfig
=true
.
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page