Re: Java 3D 64 bit problem.
Posted by Rajesh on Jun 22, 2012; 2:04pm
URL: https://forum.jogamp.org/Java-3D-64-bit-problem-tp4025257p4025298.html
Sorry Julien,
I just can't get this to work. Once I shift all natives to the same folder as the main jars (for both JOGL and GlueGen), I end up with this:
3D [dev] 1.6.0-pre1-daily-experimental daily
SEVERE [global]
java.lang.UnsatisfiedLinkError: jogamp.nativewindow.jawt.JAWTFactory.JAWT_GetAWT1(Ljava/nio/ByteBuffer;)Z
at jogamp.nativewindow.jawt.JAWTFactory.JAWT_GetAWT1(Native Method)
at jogamp.nativewindow.jawt.JAWTFactory.JAWT_GetAWT(JAWTFactory.java:37)
at jogamp.nativewindow.jawt.JAWT$1.run(JAWT.java:106)
at jogamp.nativewindow.jawt.JAWT$1.run(JAWT.java:103)
at java.security.AccessController.doPrivileged(Native Method)
at jogamp.nativewindow.jawt.JAWT.getJAWT(JAWT.java:103)
at jogamp.nativewindow.jawt.JAWTUtil.getJAWT(JAWTUtil.java:155)
at jogamp.nativewindow.jawt.JAWTUtil.<clinit>(JAWTUtil.java:181)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javax.media.nativewindow.NativeWindowFactory$1.run(NativeWindowFactory.java:212)
at javax.media.nativewindow.NativeWindowFactory$1.run(NativeWindowFactory.java:209)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.nativewindow.NativeWindowFactory.initSingleton(NativeWindowFactory.java:209)
at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1355)
at javax.media.opengl.GLProfile.access$000(GLProfile.java:74)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:142)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:131)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:160)
at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1902)
at javax.media.opengl.GLProfile.get(GLProfile.java:809)
at javax.media.opengl.GLProfile.get(GLProfile.java:838)
at javax.media.opengl.GLProfile.getMaxFixedFunc(GLProfile.java:644)
at javax.media.j3d.JoglPipeline.getDefaultProfile(JoglPipeline.java:6283)
at javax.media.j3d.JoglPipeline.getBestConfiguration(JoglPipeline.java:7954)
at javax.media.j3d.Renderer.doWork(Renderer.java:507)
[catch] at javax.media.j3d.J3dThread.run(J3dThread.java:270)
I just can't understand what more I should do. I have removed the java.library.path commands.
Regards,
Prasad.