So I have a jar file created by Netbeans.
I would like to deploy it as a web start application but don’t know how to procede.
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.
If it’s a application project in NetBeans, you can right-click on the project and choose “Build JNLP”, and then you get a war-file you can deploy in an application server.
If not, you can create your own JNLP-file:
and deploy the JNLP and the (signed) jar-file.