Reputation: 31
I have to run my jar file on a machine which does not have java installed. I went through this link: http://www.java.net/node/655012
but I dont know how to do it. Can anybody tell me the steps that are required to be done to achieve this? Thanks.
Upvotes: 0
Views: 582
Reputation: 75346
Wrap with launch4j to get an EXE file or deploy with java Webstart to get a clickable link on a web page (which prompt you to install Java)
Upvotes: 1