NCDF problem with VirtualUniverse
Posted by scott+jogamp@vorthmann.org on Nov 18, 2012; 8:27am
URL: https://forum.jogamp.org/NCDF-problem-with-VirtualUniverse-tp4027031.html
Thank you to all contributors for reviving Java3d and sustaining JOGL. I'm trying Java3d 1.6.0 and JOGL 2.0 on Oracle JDK 1.7 on Mac OS X 10.8.2. I see this exception as my app tries to start up:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class javax.media.j3d.VirtualUniverse
at javax.media.j3d.GroupRetained.<init>(GroupRetained.java:155)
at javax.media.j3d.BranchGroupRetained.<init>(BranchGroupRetained.java:50)
at javax.media.j3d.BranchGroup.createRetained(BranchGroup.java:71)
at javax.media.j3d.SceneGraphObject.<init>(SceneGraphObject.java:114)
at javax.media.j3d.Node.<init>(Node.java:172)
at javax.media.j3d.Group.<init>(Group.java:549)
at javax.media.j3d.BranchGroup.<init>(BranchGroup.java:63)
at org.vorthmann.zome.render.java3d.Java3dSceneGraph.<init>(Java3dSceneGraph.java:146)
Can anyone provide insight?
This is using jogl-all-noawt. With jogl-all-awt, I saw no exception at all, and what looked like a blocked thread, since my splash screen stayed up indefinitely. Which alternative is appropriate for use with Java3d?
Thank you,
Scott