AchievementSystem
Charles Laderer - Chucobo222@netscape.net

Created by Charles Laderer.

Directions:
[How to put into Eclipse]
Exract the zip file into your projects folder for Eclipse. Start-up Eclipse, click on the 'File' menu and then cick 'Import'. A new window will pop-up. Click the 'General' tab, click 'Existing Projects into Workspace' and then click next.

Make sure the 'Select root directory' option is clicked then click browse for that option. Navigate to your projects folder for Eclipse then select the 'AchievementSystem'folder. Click 'Finish'.

After it is added to your projects in Eclipse, you need to add the files in the lib folder to your Build Path. Right click on 'AchievementSystem' and select 'Properties'. Click on 'Java Build Path' and then slelect the 'Libraries' tab. Click 'Add JARS...' and navigate to the AchievementSystems/src/libs folder and select the jar file.

Next click 'Add Library...' and select JUnit. Click Ok and the program will be able to run.

Notes:
The sqlitejdbc-v056.jar file is included in the libs folder. Junit.jar should be included with Eclipse, if it is not then Google to download it.

Instructions:
Once the program is set-up just run it and it should work fine.

