How to make a .bat file from java files?

Yoonsi

New Member
I've just started learning java in uni. We have our .java files and compile them into .class as you do. Then we just run the code from the compiler. How can I convert my files into a .bat, or even an .exe (if thats possible) that I can run as a stand alone executable from any computer.

Thanks!
 
Back
Top