On Feb 12, 2009, at 4:56 PM, anderspe wrote:

I have tried to compile a simple "Hello World" but the closest a got
was a class file, witch can't be used,
just reports that Class Hello could not be found.

I've seen this symptom before. The following rules may help:

- The target directory for the compilation (whose path is the value bound to *compile-path*) must exist before you launch the instance of Clojure used for the compilation.

- The target directory must also must be in the Classpath used by the JVM instance that's running your Clojure instance.

If you don't bind *compile-path*, its root/default value of "classes" will be used. This means "The directory called classes within the current working directory".

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to