Fork me on GitHub
#nrepl
<
2022-03-16
>
benny14:03:21

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?

bozhidar07:03:12

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

bozhidar07:03:35

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