Login  Register

With Apple Java for OS X (Java SE 1.6.0_37) installed I got this exception in java3d:

Posted by aass359 on May 18, 2016; 5:35am
URL: https://forum.jogamp.org/With-Apple-Java-for-OS-X-Java-SE-1-6-0-37-installed-I-got-this-exception-in-java3d-tp4036715.html

3D [dev] 1.6.0-pre12-daily-experimental daily

Exception in thread "main" java.lang.NoSuchMethodError: jogamp.opengl.Debug.addTrustedPrefix(Ljava/lang/String;)V
        at jogamp.opengl.Debug.access$000(Debug.java:38)
        at jogamp.opengl.Debug$1.run(Debug.java:47)
        at java.security.AccessController.doPrivileged(Native Method)
        at jogamp.opengl.Debug.<clinit>(Debug.java:44)
        at jogamp.opengl.ThreadingImpl.<clinit>(ThreadingImpl.java:53)
        at com.jogamp.opengl.Threading.disableSingleThreading(Threading.java:164)
        at javax.media.j3d.JoglPipeline.initialize(JoglPipeline.java:130)
        at javax.media.j3d.Pipeline.createPipeline(Pipeline.java:92)
        at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:837)
        at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:274)
        at demo3d.Demo3d.<init>(Demo3d.java:27)
        at demo3d.Demo3d.main(Demo3d.java:41)
Java Result: 1