Hi guys,
Im working on online map application which is using jogl( 1.1.1 ) jnlp applet for map rendering... it worked pretty well but it stopped working with java jre update 21 ( main class not found exception ). I read that many people had the same problem, and I didn't find anybody to solve it. I started to use jogl 2.0, applet itself is running with u21 but seems buggy ( linux is crashing in nativewindow.so and pthreads.so, viewport does work properly, on vista some ogl ex function was not found... :/) so i would like to stay with 1.1.1 atm. Do you have any idea how to solve that main class error? Thanks for reply Petr Skramovsky. |
Administrator
|
Hi!
Can you be more precise concerning "main class not found exception"?
Julien Gouesse | Personal blog | Website
|
Hi,
I'm sorry for my vague description. More details... Here is my applet : Exception with jre6u21: People with similar problems: |
Administrator
|
He gives the solution:
http://forum.processing.org/topic/is-jre-6-update-21-working-with-processing-applet It does not come from JOGL but from changes in the way Java Web Start loads unsigned JARs.
Julien Gouesse | Personal blog | Website
|
Hi,
You are right, i'm dumb i didn't try that, now it's working pretty well again. Problem was webstart itself as you said, imho it wasn't caused by unsigned jars( btw all of my jars are signed ), it started working after i put all applet stuff to .jnlp file, but it didn't work in IE so i changed classic html applet creation to javascript deploy and also deteled deploy cache (%appdata%\..\LocalLow\Sun\Java\Deployment\cache). Thanks for help, best regards Petr Skramovsky. My Applet: JNLP file :
|
Free forum by Nabble | Edit this page |