We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
practicalli-johnny
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: