Java.lang.UnsatisfiedLinkError on Mac OS X 10.4.7

Hi,



I get the following error while trying to launch the Java Web Start demos at the JME website:



java.lang.UnsatisfiedLinkError: /Users/per/Library/Caches/Java/cache/javaws/http/Dwww.jmonkeyengine.com/P80/DMwebstart/RNlwjgl-mac.jar/liblwjgl.jnilib:

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)

at java.lang.Runtime.loadLibrary0(Runtime.java:822)

at java.lang.System.loadLibrary(System.java:992)

at org.lwjgl.Sys$1.run(Sys.java:67)

at java.security.AccessController.doPrivileged(Native Method)

at org.lwjgl.Sys.<clinit>(Sys.java:65)

at org.lwjgl.opengl.Display.<clinit>(Display.java:104)

at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(Unknown Source)

at com.jme.app.AbstractGame.getAttributes(Unknown Source)

at com.jme.app.BaseGame.start(Unknown Source)

at jmetest.renderer.TestSkybox.main(Unknown Source)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at com.sun.javaws.Launcher.executeApplication(Launcher.java:1154)

at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1101)

at com.sun.javaws.Launcher.continueLaunch(Launcher.java:944)

at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:515)

at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)

at com.sun.javaws.Launcher.run(Launcher.java:165)

at java.lang.Thread.run(Thread.java:613)



What could be the problem?



Thanks,



Per

Intel Mac? If so, we don't have universal buids on the webstart link yet.

Aah ok, I see. I'm on an Intel Mac.



Thanks