You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging into it further, requiring cider.nrepl.middleware.util.java.parser seems sufficient to reproduce the issue - fails with java.lang.ClassNotFoundException: com.sun.javadoc.ClassDoc. Workaround is to ensure that $JAVA_HOME/lib/tools.jar is present on the classpath.
Environment & Version information
cider-nrepl version
0.16.0
Java version
1.8.0_161, x64
Operating system
Ubuntu
The text was updated successfully, but these errors were encountered:
Expected behavior
Able to connect to REPL
Actual behavior
cider-connect times out, NPE raised:
Steps to reproduce the problem
Running my application with
java -cp my-uberjar.jar clojure.main
, then using the following to start an embedded REPL:Digging into it further, requiring
cider.nrepl.middleware.util.java.parser
seems sufficient to reproduce the issue - fails withjava.lang.ClassNotFoundException: com.sun.javadoc.ClassDoc
. Workaround is to ensure that$JAVA_HOME/lib/tools.jar
is present on the classpath.Environment & Version information
cider-nrepl version
0.16.0
Java version
1.8.0_161, x64
Operating system
Ubuntu
The text was updated successfully, but these errors were encountered: