Java3D 1.6.0-pre9 Java 8 Windows XP 64bit
Posted by DMS on Apr 11, 2014; 3:29pm
URL: https://forum.jogamp.org/Java3D-1-6-0-pre9-Java-8-Windows-XP-64bit-tp4032167.html
I have down loaded the three jar files for Java3D 1.6.0-pre9 and included
them in the Eclipse build paths of two Eclipse development environments.
The first is Eclipse 4.2.2 32 bit with Java 8 1.8.0-b69 32 bit,
The other is Eclipse 4.2.2 64 bit with Java 8 1.8.0-b129 64 bit.
Tests with the 32 bit environment work fine.
Tests with the 64 bit environment fail with
3D [dev] 1.6.0-pre9-daily-experimental daily
Exception in thread "main" java.lang.NoClassDefFoundError: com/jogamp/opengl/FBObject
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:259)
at javax.media.j3d.Pipeline$PipelineCreator.run(Pipeline.java:74)
at javax.media.j3d.Pipeline$PipelineCreator.run(Pipeline.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.Pipeline.createPipeline(Pipeline.java:91)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:837)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:274)
at dms.j3d.ViewImageA.<init>(ViewImageA.java:28)
at j3d.EggTFVI.main(EggTFVI.java:35)
Caused by: java.lang.ClassNotFoundException: com.jogamp.opengl.FBObject
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 10 more
The same tests run fine with the jar files for Java3D 1.5.1 on both the 32 and 64 bit systems.