Return to Snippet

Revision: 54179
at December 29, 2011 23:12 by ef


Updated Code
(clojure.pprint/pprint (.getURLs (java.lang.ClassLoader/getSystemClassLoader)))

Revision: 54178
at December 29, 2011 22:59 by ef


Updated Code
(use 'clojure.pprint)
(pprint (.getURLs (java.lang.ClassLoader/getSystemClassLoader)))

Revision: 54177
at December 14, 2011 01:50 by ef


Initial Code
(map println (seq (.getURLs (java.lang.ClassLoader/getSystemClassLoader))))

Initial URL


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

Initial Title
Print classpath in Clojure

Initial Tags


Initial Language
Clojure