Is there a reason you can't just use 'lein repl' (or 'cake repl') since this
appears to be a lein or cake project?  Then you don't need to worry about
specifying classpaths, everything in your project is automatically placed on
the classpath.


On Wed, Jul 20, 2011 at 9:35 AM, octopusgrabbus <octopusgrab...@gmail.com>wrote:

> Same problem. I'm starting Clojure like this, and have rebuilt clj-
> http with cake deps
>
> exec java -cp  /usr/share/java/jline.jar:/usr/share/java/clojure.jar:/
> usr/share/java/clojure-contrib.jar:/usr/share/java/commons-
> logging-1.1.1.jar:/home/cnorton/git_build/clj-http/clj-
> http-0.1.3.jar"$extra_classpath" clojure.main "$@"
>
> On Jul 20, 9:31 am, Islon Scherer <islonsche...@gmail.com> wrote:
> > It seems like you didn't put the apache HTTP client jars in your path.
> Are
> > you using leiningen? If so you only need to run "lein deps" and it will
> > download the dependencies.
>
> --
> 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
>

-- 
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