catherine
catherine

Reputation: 31

how to package JRE with jar file so as to run on Java independent machine

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

Answers (1)

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

Related Questions