You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To do so, we'll need to import the Clojure Koans project into Eclipse, but Eclipse cannot import "raw" Clojure projects. There are two ways of getting around this:
Using pom.xml
Run lein pom: this will generate a Maven pom.xml file
In Eclipse, Import > Existing Maven Project and you're all set!
Add [no-man-is-an-island/lein-eclipse "2.0.0"] as a Leiningen plugin, either in Clojure-koans' project.clj or in a global ~/.lein/profiles.clj so that it is available for all Leiningen projects
Run lein deps and lein eclipse: this will create a .project and a .classpath file
In Eclipse, Import > Existing Project and you're all set!