- Run
windows_compile.bat
to build and compile the code. - Run
windows_run.bat
to run the.jar
file.
- Run
linux_compile.sh
to build and compile the code. - Run
linux_run.sh
to run thejar
file.
Make linux compile executable:
chmod +x ./linux_compile.sh
Run linux compile executable:
./linux_compile.sh
Make linux run executable:
chmod +x ./linux_run.sh
Run linux run executable:
./linux_run.sh