Print classpath in Clojure


/ Published in: Clojure
Save to your folder(s)

Inspired by this: http://pupeno.com/2008/11/26/printing-the-class-path-in-clojure/


Copy this code and paste it in your HTML
  1. (clojure.pprint/pprint (.getURLs (java.lang.ClassLoader/getSystemClassLoader)))

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.