Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we run an Java app in a system without JRE?

Tags:

java

eclipse

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?

like image 537
Praveen Avatar asked Dec 03 '22 12:12

Praveen


1 Answers

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.

like image 154
Peter Tillemans Avatar answered Dec 25 '22 14:12

Peter Tillemans