Skip to content

Instantly share code, notes, and snippets.

@crimeminister
Created February 7, 2023 15:47
Show Gist options
  • Save crimeminister/8585747d63dd370cfbe7d8048b685a57 to your computer and use it in GitHub Desktop.
Save crimeminister/8585747d63dd370cfbe7d8048b685a57 to your computer and use it in GitHub Desktop.
Return the paths on your Java classpath from the Clojure REPL
(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