You are on page 1of 2

Build Instructions

Team Nam: Epoch Inc


Project Name: Time Works
Software needed:
Eclipse
http://www.eclipse.org
Some kind of local server application
For Windows
https://www.apachefriends.org/index.html
For Mac
http://www.mamp.info/en/
Build Instructions without the source files
1. Start a MySQL server. If the server is not using the default login (username "root"
with a blank password) this needs to be edited on line 29 and 30 of mysql.java.
2. Option 1 (recommended):
Prior to starting the program execute the contents of the backup.sql file on the
MySQL server (e.g. through PHPMyAdmin or another MySQL administration
tool). This backup file contains a variety of sample rooms for easy use and
demonstration.
Option 2:
Start the program without using the backup.sql file. The rooms will then need to
be added manually by executing the mysql.java file.
Double click TimeWorks.jar
A login window will appear
Build Instructions with the source files
1. Start a MySQL server. If the server is not using the default login (username "root"
with a blank password) this needs to be edited on line 29 and 30 of mysql.java.
2. Option 1 (recommended):

Prior to starting the program execute the contents of the backup.sql file on the
MySQL server (e.g. through PHPMyAdmin or another MySQL administration
tool). This backup file contains a variety of sample rooms for easy use and
demonstration.
Option 2:
Start the program without using the backup.sql file. The rooms will then need to
be added manually by executing the mysql.java file.
3. Open the Eclipse application and create a new Java project. Then add the source
files to the project. That can be found in the src folder.
4. Ensure that mysql-connector-java-5.1.32-bin.jar has been added as an external JAR
to the build path.
5. Execute TimeWorks.java.
6. The sample username and password are both blank.
7. The sample admin has the username "root" and the password is blank.

You might also like