nrepl

benny 2022-03-16T14:22:21.873619Z

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?

bozhidar 2022-03-28T07:43:12.851009Z

Yeah, you need to compile the Java sources or use something like virgil to compile them for you.

bozhidar 2022-03-28T07:43:35.604779Z

Perhaps we should document this somewhere, but as I rarely work with Java sources I completely forgot about this.