Created
February 7, 2023 15:47
-
-
Save crimeminister/8585747d63dd370cfbe7d8048b685a57 to your computer and use it in GitHub Desktop.
Return the paths on your Java classpath from the Clojure REPL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(clojure.string/split (java.lang.System/getProperty "java.class.path") #":") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment