Skip to content

debug: Examine the classpath in the REPL #438

@practicalli-johnny

Description

@practicalli-johnny

A very simplistic way of looking at the class path from the REPL, useful for debugging class path issues.

(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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions