Fork me on GitHub
#cider
<
2024-01-05
>
Daniel Ziltener14:01:55

Hi! I'm on Cider 1.12.0. The command line being run for jack-in is the following:

/gnu/store/psrq35ssnb2rfh17q729w6mskm48rsy9-profile/bin/clojure -Sdeps \{\:deps\ \{nrepl/nrepl\ \{\:mvn/version\ \"1.0.0\"\}\ cider/cider-nrepl\ \{\:mvn/version\ \"0.44.0\"\}\}\ \:aliases\ \{\:cider/nrepl\ \{\:main-opts\ \[\"-m\"\ \"nrepl.cmdline\"\ \"--middleware\"\ \"\[shadow.cljs.devtools.server.nrepl/middleware\,cider.nrepl/cider-middleware\]\"\]\}\}\} -M:env/dev:env/test:enable-server:cider/nrepl
But it does not work anymore - I am getting the following error:
Execution error (IllegalArgumentException) at orchard.misc/require-and-resolve (misc.clj:161).
No such namespace: orchard.java.parser-utils

vemv14:01:30

are you on linux?

vemv14:01:40

Try some of these Linux-specific commands https://docs.cider.mx/cider/troubleshooting.html#navigation-to-jdk-sources-doesnt-work (even if you don't use enrich-classpath; it's certainly not mandatory to enable that feature)

Daniel Ziltener14:01:20

Ah, using "openjdk@20:jdk" instead of "openjdk@20" does the trick indeed, thanks!