Posted by
Sven Gothel on
Aug 21, 2012; 8:37am
URL: https://forum.jogamp.org/Roadmap-for-JNLPAppletLauncher-tp4025843p4025849.html
On 08/21/2012 10:09 AM, Martin [via jogamp] wrote:
> Hi,
>
> Thanks for the link. This applet declaration is indeed much more compact.
>
> However when trying to run
>
http://jausoft.com/jogamp/jogl-applet-runner-newt-gears-normal-napplet.html> I have an error message saying class JOGLNewtApplet1Run not found
>
> The same on jogamp site works for linux , but not on win7 64b (the java
> progress runs endlessly with no error message)
Well, it works very well here and on other Linux, Windows
and osx (<= 10.8) machines.
Ofc .. we have tested them and I just tried it here to be sure.
http://jausoft.com/jogamp/jogl-applet-runner-newt-gears-normal-napplet.htmlPlease follow [1] first and save the java trace file,
then follow [2] and also save the java trace file.
[1] follow the FAQ bugreport page regarding applets
to produce meaningful log files
[2] clear your java/jnlp cache manually
- java control panel == control panel . java
-> temporary internet files
-> view
-> select all and delete
In case [2] helps in your case, we may have an cache issue here.
Known issues:
Starting an applet w/ v2.0-rc9 _and_ w/ v2.0-rc10
in the same browser (and so often in the same JVM instance)
will not work and result in an indefined behavior.
Workaround would be to add a property in the applet tag
specifying the jogamp version.
~Sven