I have a simple java application and want to embed it into a jsp page. At the minute it takes a parameter at the command line, is it possible to pass the parameter from the web page, if so how?
Thanks
~ Kyle G
It's not clear whether you want to make this an applet (I'm guessing you do).
If so, Sun's applet tutorial has a section on converting applications to applets.