Is there a way to make JWS application be runnable on system startup?
Share
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.
It should be as easy as launching the
javawscommand with the target JNLP URL on system startup. My Windows scripting is a bit rusty but you could do something like this:I’m not sure if “
autoexec.bat” is a good place for startup items any more but there should be plenty of alternatives like the Start Menup “Startup” folder, Services, and registry entries, etc. Ultimately you just need to call the “javaws” program with your URL.