Trying to re-acquaint myself with clojure since 1.6.0. Given *hosehead.clj* 
as

(println (+ 1 2 3))

I used to be able to run:

% java -jar clojure-1.6.0.jar hosehead.clj
6

But with *clojure-1.9.0.jar* I'm treated to a *FileNotFoundException* 
looking for *clojure/spec/alpha.clj* in the classpath. I'd only downloaded 
files from the https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0/ 
because 
I'd remember that's all I needed for 1.6.0. Plus, that's what my (old) copy 
of *Practical Clojure* had as an example.

I'm mostly disconnected from the internet, so it's difficult to chase down 
dependencies online in real time.

Is there a way to run 1.9.0 the same super-trivial way that I'd done with 
1.6.0?

Cheers,
Payter.

-- 
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