Attaching a repl to an arbitrary java application

Ah I misunderstood. No I do not think its possible to start the Clojure REPL by just having it on the classpath. The class needs to be loaded somehow. I think the Scala example Stu mentions implies that the Scala code would be loading the clojure.lang.RT class. I’m not aware of any mechanism to force loading extra classes on startup.

1 Like