Train Simulator for Team Conjunction Junction
- Requires OpenJDK-13
- For development on Windows, requires Cygwin and the Cygwin
make
package
- See the Installation Guide
- run
make clean
to cleanup the working directory - run
make run
to run the application - run
make runv VTARGET=<class-name>
to run a specific class within the application (requires a class with apublic static void main()
)
- run
make package
- the result will becjunction.zip
orcjunction-unix.zip
depending on your platform