On Clojure (part 6)

AOT problem solved Thanks to the swift responses of the Clojure google group I have got past my little problem. It was, of course, deceptively simple, but not clear to someone who doesn’t do Java programming much. The problem was basically that whatever I did I could not get Clojure to recognise that the source files existed in the classpath. When you invoke java with the -jar command line option it completely ignores the classpath (both the environment variable, or the -cp argument....

Sun Nov 30 2008 · Geoffrey J. Teale