hi, i am a freshmen for jogl.
i want to insert my applet(based jogl) into a html file, so that I can browser it by the web server (such like tomcat).
flow is the html file
the 3 jar files : jogl.jar,gluegen-rt.jar,joglTest.jar and other native jar all in the same dir with the html.
I signed all the jar by use this command : jarsigner -keystore mystore jogl.jar mykey.
when browse the html file in the brower (ie and firefox i test) , the JOGLAppletLauncher applet has be loaded.
But the progress bar of the applet draw the text " Loading native libraries ".
After I wait a long time ,the text did’t changed , and my JoglTest.demo1 applet didn’t display.
please help me to deal the problem. thanks…