Notice that the Windows steps needs the classpath bits to be in quotes. Or did you already try that?
java -cp "cljs.jar:src" clojure.main watch.clj David On Mon, Jul 11, 2016 at 1:27 PM, gilmoretj <[email protected]> wrote: > I suspect there is a MS Windows-specific configuration step missing from > the Quick Start guide ( > https://github.com/clojure/clojurescript/wiki/Quick-Start). > > I was alright until I reached "Auto-building". Running the compilation > step for watch.clj, I got the error message "Error: Could not find or load > main class clojure.main". > > I carried on to the "Running ClojureScript on Node.js" section only to > encounter the same error running the node.clj build. > > The initial build.clj build worked fine. > > > > > > > > > > > > > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/clojurescript. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
