Its against priciples of java to create exe.This is to ensure cross-platform compatibility. The compilation process creates a byte code ( class file). WHen u run this class file, the JVM interprets this class. The equivalent of exe would be to create a batch file that has
"java...
You can Obfuscate your code, there are several encryption softwares available in the market. What obfuscation does is to rename your classes, functions and packages in meaningless ones like a, b,c etc.
You can Obfuscate your code, there are several encryption softwares available in the market. What obfuscation does is to rename your classes, functions and packages in meaningless junk like a, b,c etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.