Java to exe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Java to exe

i am trying to mack exe file using java but I didn't know how to Chang java files to exe or application to change java files to exe please help

5th Sep 2018, 5:49 AM
estifanos
estifanos - avatar
3 Answers
+ 8
estifanos tekiea you can use an executable wrapper like Launch4j; it doesn't convert the java program but makes it so that it can run like an executable. It still runs on the JVM though
5th Sep 2018, 11:27 AM
David Akhihiero
David Akhihiero - avatar
+ 4
to my knowledge even I don't know how it is done But everyone converts java applications to executable *.jar file That is done by using a compiler
5th Sep 2018, 6:34 AM
HRITHIK TIWARI
HRITHIK TIWARI - avatar
+ 4
a compiler is another application to convert high level language to machine code
5th Sep 2018, 6:39 AM
HRITHIK TIWARI
HRITHIK TIWARI - avatar