Hi all,
has anyone tried using JOGL/JSR231 on a Mac using Intel CPU? Tha native libraries for mac don’t seem to work. I got the following while trying to run an app using jogl (1.08) on an Intel powered mac:
[JavaAppLauncher] application launched with ppc-thin application stub. Using native application stub instead.
java.lang.UnsatisfiedLinkError: /Volumes/Untitled 2/Cruiser.app/Contents/Resources/Java/libjogl.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:60)
Is there going to be a native library version for Intel Macs? (or does it exist already and I just didn’t search forum correctly :-\ ?)