+ 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
3 Respuestas
+ 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
+ 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
+ 4
a compiler is another application to convert high level language to machine code