As in this url:
http://jogamp.org/deployment/webstart/
correct?
Yes, I used:
{code}
<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
width=500
height=500
archive="
http://download.java.net/media/applet-launcher/applet-launcher.jar,
http://jogamp.org/deployment/webstart/jogl.all.jar,
http://jogamp.org/deployment/webstart/gluegen-rt.jar,
http://jogamp.org/deployment/webstart/nativewindow.all.jar,
http://jogamp.org/deployment/webstart/newt.all.jar,
./PCTexture.jar">
param name="codebase_lookup" value="false">
param name="subapplet.classname" value="us.vincent.ly.opengl.PerCorrectTexMap">
param name="subapplet.displayname" value="Perspective Correct Demonstration">
param name="progressbar" value="true">
param name="jnlpNumExtensions" value="1">
param name="jnlpExtension1"
value="
http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp">
param name="noddraw.check" value="true">
</applet>
{/code} (I voluntarily dropped the less than symbol from the param since it was stopping them from showing up)
Basically, copy and pasted the jnlp launcher code and replaced w/ the relevant java libraries.
It's probably on my side, but I'm having a difficult time finding it. Applet-viewer has no problem with it though. There doesn't seem to be a code tag.