forked from aimacode/aima-java
-
Notifications
You must be signed in to change notification settings - Fork 0
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 theGit 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 pressYes
:
- In the
Import Project
dialog select theImport project from external model
radio button and selectEclipse
:
- 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 deselect
aima-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.