JNLPAppletLauncher parameters

Hi!

May be it is not the right place for this question, but anyway.
I’m making a simple JOGL applet and I need to pass a couple of parameters to it.

So my question is:
Does anybody have any idea how to pass parameters from HTML to my own applet if I use JNLPAppletLauncher? ???

Thanks in advance!

P.S.: Forgot to mention: usual getParameter(something) doesn’t work!!!

If you just specify your parameters as PARAM arguments to the JNLPAppletLauncher they should get passed through to your applet. Did you try this and did it not work?

Hi Ken!

You are absolutely right, sorry, it was my misunderstanding!

Thank you very much!!!