JOGLAppletLauncher SecurityException (no existing joal.jar)

hi,

i had some problems with the joglappletlauncher… without having joal.jar and joal-natives installed, i think the code below causes a security exception (illegal url redirect)

(joglappletlauncher starting at line 578):
// See whether JOAL is present
try {
Class alClass = Class.forName(“net.java.games.joal.AL”, false, this.getClass().getClassLoader());
haveJOAL = true;
} catch (ClassNotFoundException cnfe) {
}

can anyone verify that this is a bug?

I can’t reproduce this but I imagine that it’s related to the specific configuration of your web server. Regardless, I’ve filed and fixed Issue 264 and will try to get this fix into 1.1.0-rc2, which should hopefully be out tomorrow.