Can I launch a Java WebStart application with a set of parameters just like an applet is configured with the <param> tags ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yeah you can, the following shows an example:
Showing you passing the arguments “-user=bob” and “-pass=8jkaiuasu” to the application. Arguments are picked up in the standard way.