Eclipse Setup
These directions are for setting up the development environment for Jaige using Eclipse.
- Create a new Java Project in Eclipse (File->New->Project Select "Java Project" and press Next).
- Give your project a name.
- JDK Compliance must be set to 5.0*
- Continue on to the Java Settings page.
- In the Libraries tab, make sure Java 1.5* or higher is listed.
- Click on the "Add External Jars..." button.
- Browse to the location of th Jaige libraries. In Windows, the default location is C:\Program Files\Jaige\. In Linux and OSX, check ~/Jaige if you installed it as a user, or /usr/local/Jaige if it was installed as a superuser.
- Select the jarfile you will be writing an AI for. You can select all jarfiles to set up your environment for all games. Hex.jar and Ataxx.jar are currently the only available libraries.
- Your environment is currently set up to begin developing AIs
- Start Developing your AI