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?