when running the nrepl, I have java sources included in the classpath but the repl doesn’t seem to recognize them. can I only include compiled java on the classpath to consume in the repl?
Yeah, you need to compile the Java sources or use something like virgil to compile them for you.
Perhaps we should document this somewhere, but as I rarely work with Java sources I completely forgot about this.