Open practicalli-johnny opened 1 year ago
A very simplistic way of looking at the class path from the REPL
(some #{"src" "resources"} (clojure.string/split (System/getProperty "java.class.path") (re-pattern (System/getProperty "path.separator"))))
This should not be fully relied upon, only used as a quick look at what is probably the class path being used
A very simplistic way of looking at the class path from the REPL
This should not be fully relied upon, only used as a quick look at what is probably the class path being used