Can java application run within web page?
If i create a .jar file and i want it to place it on my website then can it be made available to run in the web page itself i.e. like an applet? Or it can be made available as a downloadable item?
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.
The only way I can think of is using Java Web Start, it will allow you to launch fully-featured application from the Web Browser. It doesn’t allow you to run it like an applet but it allows that the end user runs a full java app without needing to install it.
Index of JWS.