I'm still wrestling with getting something acceptable running Clojure under Windows, however you may find the following useful in your own travels:
(->> (java.lang.System/getProperty "java.class.path") (re-seq #"[^;]+") (map println) dorun)
Talking sense? Talking rubbish? Something I'm missing? Let me know!
Fields denoted with a "*" are required.