JOGL applet not working with latest java update

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

JOGL applet not working with latest java update

Humus
I have an old JOGL applet that has been working up until recently. The latest java update broke it. Downgrading one version gets it working again. Originally I got it up and running using this example: https://jogl-demos.dev.java.net/applettest.html It appears the example is now broken also. Is there anything I can do to fix this problem? My applet can be found here: http://www.humus.name/temp/Debug/
Reply | Threaded
Open this post in threaded view
|

Re: JOGL applet not working with latest java update

Michael Bien
hi Humus,

does this applet work for you?
http://jogamp.org/jogl-demos/www/applettest-jnlp.html

it uses an older JOGL 2 build but will switch to a release version as soon its available.

regards,
michael

On 08/06/2010 11:53 PM, Humus [via jogamp] wrote:
I have an old JOGL applet that has been working up until recently. The latest java update broke it. Downgrading one version gets it working again. Originally I got it up and running using this example: https://jogl-demos.dev.java.net/applettest.html It appears the example is now broken also. Is there anything I can do to fix this problem? My applet can be found here: http://www.humus.name/temp/Debug/


View message @ http://jogamp.762907.n3.nabble.com/JOGL-applet-not-working-with-latest-java-update-tp1032564p1032564.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


Reply | Threaded
Open this post in threaded view
|

Re: JOGL applet not working with latest java update

Sven Gothel
Administrator
The new JNLP descriptors incooperate the new (6u19/6u20)
mixed signed code requirements, you can verify the new and old
JNLP files via git.

BTW - sounds great that you try our new stuff.
Would be awsome if you utilize JOGL2 for your projects.

~Sven