Fork me on GitHub
#cider
<
2021-03-07
>
craftybones08:03:36

I am working on something quil related that requires usage of jdk8. Once I do that, cider starts throwing errors on the REPL. Seems to specifically be around getting eldoc

craftybones08:03:57

ERROR: Unhandled REPL handler exception processing message {:op eldoc, :ns user, :sym clojure.core, :session 58ec4a68-f90e-4730-b48c-6ea94a8f23d8, :id 73}
java.lang.ClassNotFoundException: com.sun.tools.javac.util.List

bozhidar10:03:10

@srijayanth Actually, that's the result of trying to fix this issue in https://github.com/clojure-emacs/orchard/issues/103 You can mention your problem in the comments there

craftybones10:03:45

Thanks, will do. Meanwhile, is there anyway where I can connect to some existing repl running on JDK8 for quil and maybe a different repl on a different jdk where cider runs its middleware?

craftybones10:03:08

I could create multiple connections and maybe limit the repl execution to some package or directory

yuhan13:03:02

Is there any way for Cider to differentiate between regular nil s and undefined vars / general errors in Clojurescript?