Skip to content

AIMA3e Using Eclipse IDE

Ciaran O'Reilly edited this page Feb 15, 2016 · 21 revisions

Importing a downloaded archived release

Once you have downloaded a release (see instruction at beginning of AIMA3e Workspace Setup) you can import the AIMA3e-Java projects into your workspace as follows:

  • Select the menu item File->Import...
  • In the Import Select dialog, select General->Existing Projects into Workspace:

  • Hit the Next > button.
  • In the Import Projects dialog select the Select archive file: radio button and Browse... to the .zip release file you previously downloaded from the project's website :

    The three projects, aima-core, aima-gui, and aimax-osm should be listed and be automatically selected ( you can deselect aima-all as it is not required).
  • Hit the Finish button. You should now be able to work with the AIMA3e projects in Eclipse.

Using the GitHub repository directly

Note: You will require a GitHub account for these steps to work correctly.

  • Select the menu item File->Import...
  • In the Import Select dialog, select Git->Projects from Git:

  • Hit the Next > button.
  • In the Select Repository Source dialog select Clone URI:

  • Hit the Next > button.
  • In the Source Git Repository dialog enter the URI https://github.com/aimacode/aima-java.git for the project and your own GitHub User: name and Password::

  • Hit the Next > button.
  • In the Branch Selection dialog only select the AIMA3e branch:

  • Hit the Next > button.
  • In the Local Destination dialog enter the Directory: where you would like your local copy of the AIMA-Java Git repository to be placed:

  • Hit the Next > button.
  • In the Select a wizard to use for importing projects select the Import existing projects dialog (Note: this dialog may take a while to enable as it will be downloading a copy of the repository to your local drive):
  • Hit the Next > button.
  • In the Import Projects dialog:

    The three projects, aima-core, aima-gui, and aimax-osm should be listed and be automatically selected (you can deselect aima-all as it is not required).
  • Hit the Finish button. You should now be able to work with the AIMA3e projects in Eclipse.