cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
blak3mill3r 2021-02-03T03:48:25.147900Z

I have seen this one... though the details elude me

blak3mill3r 2021-02-03T03:49:23.148100Z

I switch between Java 8 and 11, having some clojure projects on each... and I can tell you that some dependencies are incompatible with one or the other, and this javax.xml.bind.DatatypeConverter is one that I had seen when I tried to use some dependency that only liked Java 8, with Java 11 (IIRC)

blak3mill3r 2021-02-03T03:49:56.148300Z

I was forced to upgrade or downgrade certain dependencies to get around these kind of issues, and to have cider work properly (with a single emacs config) with both java versions

blak3mill3r 2021-02-03T03:50:30.148500Z

you might try updating some older dependencies and see if you can get Java 11 to work