Skip to content

AIMA4e Using Eclipse IDE

Ciaran O'Reilly edited this page May 30, 2016 · 3 revisions

To easily use the latest release of Eclipse with AIMA4e you need to pre-install 2 plugins, the Gradle buildship plugin and the e(fx)clipse plugin (see http://stackoverflow.com/questions/22812488/using-javafx-in-jre-8 for reason why the e(fx)clipse plugin is required). Import the project from Git as a general eclipse project and then import the project again from within eclipse from your local disk using the gradle buildship plugin, it will handle the rest.

TODO provide detailed steps.