Sunday, December 18, 2011

How do I easily create an application from a .java file?

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