Printing the Current ClassPath from the Clojure Repl

I’m still wrestling with getting something acceptable running Clojure under Windows, however you may find the following useful in your own travels:

(->> (java.lang.System/getProperty "java.class.path") (re-seq #"[^;]+") (map println) dorun)
Technorati Tags:

Published by

Julian Birch

Full time dad, does a bit of coding on the side.

Leave a comment