On Jan 27, 12:05 pm, Christofer Jennings <boz.li...@gmail.com> wrote: > I get the error below when I run ClojureScript One's 'lein bootsrap'. Any > ideas? > > I'm pretty new to Clojure. This is my first time using Leiningen and first > attempt at using ClojureScript. ... pretty hopeless :-)
Hi Christofer, No need to feel badly. I ran into the same problem myself. The short answer is that you need to add the Leiningen standalone JAR to your class path. For example, export CLASSPATH="$HOME/.lein/self-installs/leiningen-1.6.2- standalone.jar" See this as well: http://stackoverflow.com/a/9020020 Cheers! Mike -- 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