Re: NCDF problem with VirtualUniverse
Posted by
scott+jogamp@vorthmann.org on
Nov 18, 2012; 11:39pm
URL: https://forum.jogamp.org/NCDF-problem-with-VirtualUniverse-tp4027031p4027047.html
I'm using the JOGL 2.0 extension JNLP file provided by jogamp. I've tried both awt and noawt forms. The JNLP file seems to work nicely for the JOGL demos.
I turned on FINEST logging for j3d.core, but there's nothing logged about the library failure:
Nov 18, 2012 3:35:35 PM javax.media.j3d.VirtualUniverse <clinit>
CONFIG: 3D [dev] 1.6.0-pre3-daily-experimental daily
Nov 18, 2012 3:35:36 PM javax.media.j3d.VirtualUniverse <clinit>
CONFIG: Initializing 3D runtime system:
version = 1.6.0-pre3-daily-experimental daily
vendor =
specification.version = 1.6
specification.vendor =
Here is the relevant portion of my JNLP file for Java3d, FWIW:
<resources>
<jar href="/jnlp/media/java3d/1.6.0/j3dcore.jar" download="eager" main="false"/>
<jar href="/jnlp/media/java3d/1.6.0/j3dutils.jar" download="eager" main="false"/>
<jar href="/jnlp/media/java3d/1.6.0/vecmath.jar" download="eager" main="false"/>
<property name="sun.java2d.noddraw" value="true"/>
<extension href="
http://jogamp.org/deployment/archive/rc/v2.0-rc11/jogl-all-noawt.jnlp" name="jogl-all-noawt"/>
</resources>