Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
4 posts
|
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. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
6038 posts
|
Hi!
Can you be more precise concerning "main class not found exception"?
Julien Gouesse | Personal blog | Website
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
4 posts
|
Hi,
I'm sorry for my vague description. More details... Here is my applet :
... [show rest of quote]
Exception with jre6u21:
... [show rest of quote]
People with similar problems: |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
6038 posts
|
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
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
4 posts
|
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 :
... [show rest of quote]
|
Free forum by Nabble | Edit this page |