On Tue, Nov 25, 2008 at 9:02 AM, Stephen C. Gilardi <[EMAIL PROTECTED]> wrote:
>
> % java -cp clojure.jar:/tmp/clojure-contrib/src:/tmp/myclasses
> clojure.lang.Repl

The classes directory ("/tmp/myclasses" in this case) must exist
before you start Java with it in your classpath.  You get no error at
this point, but apparently if the directory doesn't exist it's not
really used, even though it's shown in the java.class.parth property
string.

--Chouser

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to