Skip to content

Instantly share code, notes, and snippets.

@HaiNguyen007
Forked from bonkydog/classpath.clj
Created March 30, 2019 08:10
Show Gist options
  • Save HaiNguyen007/d97fe45d485754e85ce2af3c06a392df to your computer and use it in GitHub Desktop.
Save HaiNguyen007/d97fe45d485754e85ce2af3c06a392df 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