Hello !
I’m actually developping Java games with JOGL, and I think it’s a great library and I got awesome results with great performances !
I project to make them avalaible as Java applets, so I tweaked my projects to be launch as Applets, and everything worked wonderfully in NetBeans !
I got a problem when I tried to put the applet online with JNLP ! Nothing really strange since it’s not really obvious, but I haven’t managed to make it work … The problem isn’t really here yet.
In fact I realised that I can’t run any jnlp applet using jogl ! Java3D applets run really well, etc … But I have several different errors with JOGL ones !
I tried different Java 6 update , 14, 15, 16, deleted all java and jogl files each time, cleared the Firefox cache, tried with IE7 etc …
I precise that I’m actually under Windows XP and the error I actually have in the console when trying to launch the Gears demo in an applet or not is:
https://jogl-demos.dev.java.net/applettest.html
[quote]JNLPAppletLauncher: static initializer
os.name = windows xp
nativePrefix = nativeSuffix = .dll
tmpRootDir = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jnlp-applet\jln5589381617654692520
Applet.init
subapplet.classname = demos.applets.GearsApplet
subapplet.displayname = JOGL Gears Applet
Applet.start
os.name = windows xp
os.arch = x86
processNativeJar: using previously cached: C:\Documents and Settings\Administrateur.jnlp-applet\cache\jogl-demos_dev_java_net\ba0d8aef2551ded250a93d393a0eb11411448c21\jogl-natives-windows-i586.jar
validateCertificates:
VALIDATE: jogl_cg.dll
java.io.IOException: Cannot find certificates for JNLPAppletLauncher class
at org.jdesktop.applet.util.JNLPAppletLauncher.checkNativeCertificates(JNLPAppletLauncher.java:1843)
at org.jdesktop.applet.util.JNLPAppletLauncher.validateCertificates(JNLPAppletLauncher.java:1814)
at org.jdesktop.applet.util.JNLPAppletLauncher.processNativeJar(JNLPAppletLauncher.java:1579)
at org.jdesktop.applet.util.JNLPAppletLauncher.initResources(JNLPAppletLauncher.java:1350)
at org.jdesktop.applet.util.JNLPAppletLauncher.initAndStartApplet(JNLPAppletLauncher.java:1254)
at org.jdesktop.applet.util.JNLPAppletLauncher.access$000(JNLPAppletLauncher.java:658)
at org.jdesktop.applet.util.JNLPAppletLauncher$1.run(JNLPAppletLauncher.java:907)
21 août 2009 19:03:20 org.jdesktop.applet.util.JNLPAppletLauncher displayError
GRAVE: java.io.IOException: Cannot find certificates for JNLPAppletLauncher class
[/quote]
Does anyone know where it come from ??
Any help will be greatly appreciated Thanks
P.S: I’m pretty sure it worked weeks ago, and it works perfectly on a friend computer !