-
Notifications
You must be signed in to change notification settings - Fork 803
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 Repsitorydialog enter theGit Repository UTRL:https://github.com/aimacode/aima-java.git:
- Hit the
Clonebutton (you will need to wait a little bit while the repository is downloaded to your local drive). - When the
Checkout From Version Dialogpops up pressYes:
- In the
Import Projectdialog select theImport project from external modelradio button and selectEclipse:
- Hit the
Next >button. - In the following
Import Projectdialog 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, andaimax-osmshould be listed and be automatically selected (you can deselectaima-all` as it is not required). - Hit the
Next >button. - In the final
Import Projectdialog 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.