EAX doesn't work because of wrong lib loading

Hello.

in class net.java.games.joal.eax.EAX.java is a static block with wrong system (native) library “joal”.
this should be replaced with “joal_native” or remove the static block completely.

Then EAX works great on Windows.

I’ve filed an issue.
https://joal.dev.java.net/issues/show_bug.cgi?id=17

bye
Carsten

Fixed in the next nightly build. Thanks for the report.

cool, thank you too.

I’ve seen the bugfix in the current build on https://joal.dev.java.net.
But the webstart files are always the same.

Is this link in my jnlp file correct? Points it to the nightly version of joal.jnlp, joal.jar …?

bye
Carsten

The webstart version of JOAL isn’t automatically updated; we explicitly sign and push binaries. I would do the update but it looks like there is a problem with our Mac OS X nightly build machine and I can’t diagnose and fix this right now. I’ll fix this as soon as possible, maybe later this week but certainly next week.