Can I convert a .jar file to an .exe? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Can I convert a .jar file to an .exe?

What I want: If the user want to run my java program on its windows system, just clicks on the exe file. Becuse now if JVM is not installed on its computer, the user must intall it first. So my question: is there a way, to include the jvm and my program into one file?

14th Jan 2017, 7:22 PM
Herczeg Dániel
Herczeg Dániel - avatar
2 Answers
+ 3
have a look at launch4j www.launch4j.sourceforge.net jsmooth www.jsmooth.sourceforge.net jar2exe www.brothersoft.org I use to convert my applets to execurable with the Processing IDE functionality and there is an option to include the JVM: the result is a bigger export.
14th Jan 2017, 8:41 PM
seamiki
seamiki - avatar
0
it not like that you cna do that but for that yu hve to acquire a slight hard procees which yu an google
16th Jan 2017, 5:52 PM
Prashant Bairwa
Prashant Bairwa - avatar