Hi am totally new to clojure, and have just installed clojure and CounterClockwise.
I have created a new clojure project named "myproject". Entering (foo "test")
gives : "test Hello, World!" just as expected. When I select the "myproject" in the navigator, and run as Java compilation -> Compile clojure.lang, I get following error:
ERROR: Must set system property clojure.compile.path to the location for compiled .class files. This directory must also be on your CLASSPATH.
What does this mean? How do I fix this?