Here is the result of trying that: C:\Users\Michael\Documents\src\hello_world>cd ..\..
C:\Users\Michael\Documents>java -cp "cljs.jar;src" clojure.main node.clj Error: Could not find or load main class clojure.main On Friday, June 16, 2017 at 10:09:41 AM UTC-5, Thomas Heller wrote: > > C:\Users\Michael\Documents\src\hello_world>java -cp "cljs.jar;src" clojure > .main node.clj > > Don't run java in the hello world directory. Run it in C:\Users\Michael\ > Documents > -- 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.
