Skip to content

AIMA3e Using NetBeans IDE

Ciaran O'Reilly edited this page Jun 10, 2016 · 3 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 Project->From Zip...
  • In the Import Project(s) from Zip dialog, select the AIMA3e zip you downloaded using the Browse... button.
  • Hit the Import button.
  • This will automatically import the aima-core project.
  • TODO - how to import the aima-gui and aimax-osm projects.

Using the GitHub repository directly

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

  • Select the menu item Team->Git->Clone...
  • TODO