Skip to content

AIMA3e Using IntelliJ IDEA

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

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

  • Select the menu item VCS->Checkout from Version Control->GitHub
  • In the Clone Repsitory dialog enter the Git Repository UTRL: https://github.com/aimacode/aima-java.git :

  • Hit the Clone button (you will need to wait a little bit while the repository is downloaded to your local drive).
  • When the Checkout From Version Dialog pops up press Yes:

  • In the Import Project dialog select the Import project from external model radio button and select Eclipse:

  • Hit the Next > button.
  • In the following Import Project dialog select options that suit your workspace:

  • Hit the Next > button.
  • In the following Import Project1 dialog: <br> [[images/ighi_5_select_eclipse_projects_to_import.png]] <br> The three projects, aima-core, aima-gui, and aimax-osmshould be listed and be automatically selected (you can deselectaima-all` as it is not required).
  • Hit the Next > button.
  • In the final Import Project dialog ensure you have selected at minimum a version of the JDK equal or greater than 1.7:

  • Hit the Finish > button. You should now be able to work with the AIMA3e projects in IntelliJ.