Welcome to Jaige

Competition
· AI Match Results
· Upload Your AI

Project
· Games
· Project Page
· Download
· Installation
· Report a Bug
· Feature Requests
· Help Wanted

References
· Environment Setup
· Writing an AI
· FAQ
· Javadocs

jaige » eclipse_setup

Eclipse Setup

These directions are for setting up the development environment for Jaige using Eclipse.
  1. Create a new Java Project in Eclipse (File->New->Project Select "Java Project" and press Next).
  2. Give your project a name.
  3. JDK Compliance must be set to 5.0*
  4. Continue on to the Java Settings page.
  5. In the Libraries tab, make sure Java 1.5* or higher is listed.
  6. Click on the "Add External Jars..." button.
  7. 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.
  8. 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.
  9. Your environment is currently set up to begin developing AIs
  10. Start Developing your AI