Re: Applet reloads
Posted by Sven Gothel on Aug 24, 2011; 8:40am
URL: https://forum.jogamp.org/Applet-reloads-tp3278381p3280392.html
On Wednesday, August 24, 2011 10:23:12 AM Gerco [via jogamp] wrote:
>
> At least on Windows 7, both with Firefox (5 and 6) and IE. Java 1.6 (various
> builds).
can you elaborate a bit more on the java JRE/plugin please ?
[1] JNLP2 Applets (plugin2):
AFAIK, the plugin2 (as I worked on it) duplicates all JNLP
native library JARs in a unique temp folder, which makes them .. unique.
Hence it loads the DSO (dll, so, ..) in a unique fashion
so that the shown error does not appear (loaded by other classloader).
[2] AppletLauncher (our branch - loading JNLP/Applets for non plugin2):
It does the same thing as described above.
[3] Old fashion Applet:
The experience may vary ... depending on the implementation.
Plugin2 shall behave as described above.
Seeing the actual browser and java debug logs would be pretty helpful.
At least you could specify which applet loading mechanism you have used
and you might want to try the AppletLauncher mechanism if you haven't tried yet.
Pls let us know ..
Cheers, Sven