I’ve finished my project in Eclipse en build the Java.jar file, it runs fine when i click it on my browser but now i want it on a local website so for examle c:/user….. so it will run in the browser but how can i do that ?
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.
You can not just simply run a java application with a web browser only from your hard drive…Unless it is an applet like the previous owner said.
In general you will need to setup some kind of application server (tomcat, jboss,…)