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


You need to login to view comments.