Place your java source files (.java) into the src/ folder. Run / double click run.bat to compile, package, and launch the app.
Tested on Windows 7 only.
When there is a word in inline code, it signifies a variable inside the config.ini file, under the [PROJECT] heading.
There are 3 stages inside run.bat:
- Compiling (src/*.java -> bin/*.class)
- Packaging (bin/*.class -> dist/.jar)
- Launching (java -jar dist/.jar)
All .java files inside source will be compiled into compile.
NOTE: All files will be compiled, regardless of whether the file has been modified or not.
All files inside compile, library, and resource will be zipped into a .jar inside package.
The .jar file inside package will be launched using java -jar %JARFILE%.