Lighting in JNLP Applet

Hello,

I am having an issue getting lighting to run in an applet within a browser. Everything else is working fine when I load it up except for lighting, I have all my jars signed. Also, when I run my game as an applet within eclipse it works just fine.

Does anyone have any ideas what could be going on?

What OS, browser, etc.?

If you’re on Windows, Solaris, or Linux, have you tried the next-generation Java Plug-In at http://jdk6.dev.java.net/6uNea.html ? It should provide a much more robust platform for deployment of JOGL applets, and is easier to boot. There are some examples of deployment of JOGL content at https://jdk6.dev.java.net/plugin2/jnlp/#EXAMPLES .

If you need to use the old Java Plug-In, and you’re on Windows, have you set -Dsun.java2d.noddraw=true in the Java Applet Runtime Parameters in the Java Control Panel?