v1.0 Release Documentation -- Readme.txt
More demos can be seen in the repository directly.
This Readme explain how to install, compile and run the code of the Car Park Control System.
-
How To Install
- Unzip this file and you will get a file folder
-
How To Compile
- Open Command Line Application (Start -- Run As -- cmd.exe)
- Trace into the "src" file path. (This can be reduced by setting environment variable.)
- Type in [javac -d ../out carparksystem/controls/.java carparksystem/entities/.java carparksystem/views/*.java]. (This can be done by copying the command in the Square brackets[].)
-
How To Run
- Trace into the "out" file path. (This can be reduced by setting environment variable.)
- Type in [java carparksystem.views.OutFrame] (This can be done by copying the command in the Square brackets[].)
Now the game is open as a frame is pop up.
NOTE: initial user name: admin password : admin
-
Technical support If any technical supports are needed, contact Xinyu LIU at xinyuliu0510@gmail.com. I appreciate your feedback.