Posted by
Sven Gothel on
Nov 07, 2012; 5:14pm
URL: https://forum.jogamp.org/JOAL-Couln-t-load-native-AL-library-tp4026603p4026809.html
On 11/07/2012 05:52 PM, Jkrzysztof [via jogamp] wrote:
> I changed my html page to:
>
> <html>
> <body>
> <__object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
> width="600" height="400">
> <__param name="code" value="org.jdesktop.applet.util.JNLPAppletLauncher">
> <__param name="archive" value="
http://jogamp.org/deployment/v2.0-rc11/jar/applet-launcher.jar,
It would have been better w/o the URI change.
However, I assume (99% sure) that it's the same behavior,
since both link to the same folder/implementation.
> Implementation Title: GlueGen Run-Time
> Implementation Version: 2.0-b52-20121101
> Implementation Branch: rc
> Implementation Commit: d430657cfd1f21885f3fdebebe6f0a49b1c5cd13
OK
> Implementation Title: Java Bindings for OpenGL Runtime Environment
> Implementation Version: 2.0-b66-20121101
> Implementation Branch: rc
> Implementation Commit: 502847f59ef01c78a85e4ee5453a09d9b83d9a5e
OK
Looks like we missed to dump the JOAL version, well ..
> Caused by: java.lang.RuntimeException: Couln't load native AL library
> at jogamp.openal.ALImpl.<clinit>(ALImpl.java:2407)
> ... 41 more
Please also set: -Djnlp.jogamp.debug=all
(Will dump native library loading attempts)
I tried the following test (Windows + Linux) and had no problems:
<
http://jogamp.org/deployment/jogamp-current/jogl-demos/applet-gearsjoal.html>
~Sven