Skip to content

Instantly share code, notes, and snippets.

@bonkydog
Created October 16, 2012 20:40
Show Gist options
  • Save bonkydog/3901848 to your computer and use it in GitHub Desktop.
Save bonkydog/3901848 to your computer and use it in GitHub Desktop.
print the classpath from clojure
(println (clojure.string/join "\n" (seq (.getURLs (java.lang.ClassLoader/getSystemClassLoader)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment