nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
flowthing 2021-06-11T09:24:42.022500Z

I think you need JDK 9 or newer for jdk.javadoc.doclet.Doclet. What does java -version say?

awb99 2021-06-11T18:17:58.022700Z

java -version openjdk version "14" 2020-03-17 OpenJDK Runtime Environment (build 14+0-adhoc..jdk14-bc54620a3848) OpenJDK 64-Bit Server VM (build 14+0-adhoc..jdk14-bc54620a3848, mixed mode, sharing)

awb99 2021-06-11T18:27:02.022900Z

@flowthing do you know if there is a way to see if the doclet cjar is available? I think it is a classpath issue, but it might just be that the jar is missing.

flowthing 2021-06-11T18:46:36.023100Z

It's supposed to be part of the base JDK distribution, so I have no idea why it's not included.

awb99 2021-06-11T19:42:18.023300Z

can I include it and do a ick test with a small project?

awb99 2021-06-11T20:49:03.023700Z

many thanks @flowthing

awb99 2021-06-11T20:49:40.024400Z

Anyone who knows how to see if my jvm has jdk.doclet jar file ?

awb99 2021-06-11T20:50:01.024900Z

I want to get nrepl working on gnu guix, and this is preventing me from doing so.