hi

I have a ClojureScript project. It builds successfully with lein cljsbuild 
once and I'm able to run my program on node.

I'm trying to follow the QuickStart guide for getting a node REPL.

I have node.clj
(require 'cljs.build.api)

(cljs.build.api/build "src"
  {:main 'hello-world.core
   :output-to "main.js"
   :target :nodejs})

But when I run java -cp cljs.jar:src clojure.main node.clj

It says: No such namespace and refers to a dependency that I've listed in 
project.clj. Do I need to add something to the -cp argument when I call 
java? 

Thanks in advance for any 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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to