David,
I have repeated by steps as it has been a few weeks since I attempted the Quick
Start. I am using Windows 7 with Java 8 installed.
I am fine until I get to the 'Auto-building' section and I attempt running the
command> java -cp "cljs.jar:src" clojure.main watch.clj
Instead of the expected result I get a java stack trace that starts:
Exception in thread "main" java.io.FileNotFoundException: watch.clj (The system
cannot find the file specified)
Am I in need of something in my environment path?
I have attached the full stack trace.
--
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.
Exception in thread "main" java.io.FileNotFoundException: watch.clj (The system
cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at clojure.lang.Compiler.loadFile(Compiler.java:7314)
at clojure.main$load_script.invokeStatic(main.clj:275)
at clojure.main$script_opt.invokeStatic(main.clj:335)
at clojure.main$script_opt.invoke(main.clj:330)
at clojure.main$main.invokeStatic(main.clj:421)
at clojure.main$main.doInvoke(main.clj:384)
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)