Latest Release Not Working on OSX

I tried to download and run the joal demos directly. I posted on the the JWS versions, as they didn’t work for me.

Unfortunately I can’t get them to work when I have the jars local. Here’s what I’m getting

java -cp joal-demos.jar:joal.jar:joal-natives-macosx-ppc.jar:jutils.jar:. demos.devmaster.lesson1.SingleStaticSource

net.java.games.joal.ALException: java.lang.UnsatisfiedLinkError: no joal_native in java.library.path
at net.java.games.joal.ALFactory.initialize(ALFactory.java:60)
at net.java.games.joal.ALFactory.getALC(ALFactory.java:85)
at net.java.games.joal.util.ALut.alutInit(ALut.java:58)
at demos.devmaster.lesson1.SingleStaticSource.initialize(SingleStaticSource.java:90)
at demos.devmaster.lesson1.SingleStaticSource.main(SingleStaticSource.java:220)
Caused by: java.lang.UnsatisfiedLinkError: no joal_native in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at net.java.games.joal.NativeLibLoader$1.run(NativeLibLoader.java:52)
at java.security.AccessController.doPrivileged(Native Method)
at net.java.games.joal.NativeLibLoader.(NativeLibLoader.java:45)
at net.java.games.joal.ALFactory.initialize(ALFactory.java:56)
… 4 more

Did I screw up my command line or is something broken?

Regards,
Dr. A>

Answered on the other thread; my apologies but the JOAL Mac OS X build was broken, now fixed.