hey guys,
i want to install and use JOGL on MAC OS X 10.6.2 but i have some problems and it doesnt work …
how i installed it: i’ve downloaded the latest version for mac (universal) from http://download.java.net/media/jogl/builds/archive/ . then i copied jogl.jar and gluegen-rt.jar together with libjogl_awt.jnilib, libjogl_cg.jnilib and libjogl.jnilib into /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext
this is my current directory of the latest java version which is also defined in eclipse so that it uses java 1.6.0
if i want to execute my first test project i get this error:
Exception in thread “main” java.lang.UnsatisfiedLinkError: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext/libjogl.jnilib: no suitable image found. Did find: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext/libjogl.jnilib: no matching architecture in universal wrapper
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1861)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1754)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1045)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
at com.sun.opengl.impl.macosx.MacOSXGLDrawableFactory.(MacOSXGLDrawableFactory.java:53)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:108)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520)
at javax.media.opengl.GLCanvas.(GLCanvas.java:131)
at javax.media.opengl.GLCanvas.(GLCanvas.java:90)
at JoglFrame.(JoglFrame.java:15)
at JoglFrame.main(JoglFrame.java:41)
anyone some ideas of how to solve this ?
i tried so much, downloaded it again and again, installed it here and there, read tons of installing tutorials and advices … dont know what to do. please help me