On Tuesday, 17 March 2015 19:10:51 UTC+1, David Nolen  wrote:
> I don't know what else to suggest other than you're going to need to try some 
> experiments to figure out what going on, the Clojure REPL you started can 
> help you:
> 
> 
> (System/getProperty "java.class.path")
> (require 'cljs.closure)
> 
> 
> etc.
> 
> 
> David
> 
> 
> On Tue, Mar 17, 2015 at 2:07 PM, Josh Nursing <josh.n...@gmail.com> wrote:
> Yes, that works and drops me in Clojure 1.6.0 with the user=> prompt.
> 
> 
> 
> On Tuesday, 17 March 2015 07:30:56 UTC-4, David NolenĀ  wrote:
> 
> > And `java -cp cljs.jar clojure.main` drops you into a regular Clojure REPL?
> 
> >
> 
> > David
> 
> 
> 
> 
> 
> --
> 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> 
> ---
> 
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> 
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojurescrip...@googlegroups.com.
> 
> To post to this group, send email to clojur...@googlegroups.com.
> 
> Visit this group at http://groups.google.com/group/clojurescript.

I'm having the same issue, same config. Yosemite, java 8 and cljs r3126. 
Following the precise instructions of 
https://github.com/clojure/clojurescript/wiki/Quick-Start, but I get the same 
error. The complete error log  looks like this:

 $ java -cp cljs.jar:src clojure.main build.clj
Exception in thread "main" java.io.FileNotFoundException: Could not locate 
cljs/closure'__init.class or cljs/closure'.clj on classpath: , 
compiling:(/Users/sergi/programming/clj/build.clj:1:1)
        at clojure.lang.Compiler.load(Compiler.java:7142)
        at clojure.lang.Compiler.loadFile(Compiler.java:7086)
        at clojure.main$load_script.invoke(main.clj:274)
        at clojure.main$script_opt.invoke(main.clj:336)
        at clojure.main$main.doInvoke(main.clj:420)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at clojure.lang.Var.invoke(Var.java:379)
        at clojure.lang.AFn.applyToHelper(AFn.java:154)
        at clojure.lang.Var.applyTo(Var.java:700)
        at clojure.main.main(main.java:37)
Caused by: java.io.FileNotFoundException: Could not locate 
cljs/closure'__init.class or cljs/closure'.clj on classpath:
        at clojure.lang.RT.load(RT.java:443)
        at clojure.lang.RT.load(RT.java:411)
        at clojure.core$load$fn__5066.invoke(core.clj:5641)
        at clojure.core$load.doInvoke(core.clj:5640)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at clojure.core$load_one.invoke(core.clj:5446)
        at clojure.core$load_lib$fn__5015.invoke(core.clj:5486)
        at clojure.core$load_lib.doInvoke(core.clj:5485)
        at clojure.lang.RestFn.applyTo(RestFn.java:142)
        at clojure.core$apply.invoke(core.clj:626)
        at clojure.core$load_libs.doInvoke(core.clj:5524)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:626)
        at clojure.core$require.doInvoke(core.clj:5607)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at user$eval1.invoke(build.clj:1)
        at clojure.lang.Compiler.eval(Compiler.java:6703)
        at clojure.lang.Compiler.load(Compiler.java:7130)
        ... 9 more

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to