Fork me on GitHub
#nrepl
<
2019-10-24
>
Shuai Lin09:10:38

A question about class loader for importing java classes (in repl) https://clojurians.slack.com/archives/C03S1KBA2/p1571910839208600

dominicm10:10:12

There's a shared class loader at the root

dominicm10:10:40

Leiningen puts you in a strange place where a separate overriding class loader is set though.

dominicm11:10:05

Yeah, it is :)

shen11:10:04

I spent a bit of time looking at the issue, but think I need to understand how classloaders work a bit more 😬