I better provide credit to this page: 
http://forums.pragprog.com/forums/91/topics/1738

On Feb 2, 2:25 pm, Wardrop <t...@tomwardrop.com> wrote:
> I had already tried using a colon as the separator, but it gave an
> error. I've also noticed that if neither path resolves to a file, it
> also errors, so it's finding clojure-contrib-1.1.0.jar.
>
> On Feb 2, 2:07 pm, tsuraan <tsur...@gmail.com> wrote:
>
> > > java -classpath "C:\Program Files\Clojure\clojure.jar";"C:\Program
> > > Files\Clojure\clojure-contrib-1.1.0.jar" clojure.main
>
> > > This starts the repl without a problem, but still, any attempt to use
> > > a class or function from the contrib library fails, for example,
> > > running this at the repl...
>
> > I'm not sure about windows, but under *NIX the classpath is colon
> > separated.  Maybe using a colon between the two jars instead of a
> > semicolon would help.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to