It's absolutely impossible to make java files into EXEs. Java requires the Java virtual machine. The best you can do is compile your .java files into .cl files and then create a batch file that automatically runs the Java Virtual Machine and starts your cl up.
No comments:
Post a Comment