How can i start a java swing application by clicking a button on a html page. Is it possible?
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.
What you are looking for is called Java Web Start.
Note that unless you have the application signed, it will run in restricted mode (similar to applets) and will not be able to access much in the way of local resources.
Update (9 years later)
Java Web Start is no longer included in Java 11 and onward. Offhand, I can’t see an immediate, drop-in, replacement.