how to view classpath in clojure?

Viewed 183

How do you display all dirs of classpath in clojure? This is a common question that clojure CLI has covered now. See answer below.

1 Answers

in your projects' dir run:

clojure -Spath
Related