I created an java apllication. i created the Excecutable jar and Exe files for my application. But it cant be run at a system which not installed computer. How to do it? Is there any possible to configure the JRE in the EXEcutable jar or Exe file itself? Any Idea?
Share
I think this project : launch4j might be useful to you. It can wrap the jar in an executable and bundle a JRE in making it behave like a native application.