clojuredocs-client
clojuredocs-client copied to clipboard
Class not found error: javax.xml.bind.DatatypeConverter
clj -Sdeps '{:deps {org.thnetos/cd-client {:mvn/version "0.3.6"}}}'
Clojure 1.9.0
user=> (use 'cd-client.core)
CompilerException java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(clj_http/lite/util.clj:33:3)
user=>
This is what I executed.
When I use lein deps
and lein repl
in Git clone of this repo.
Still got this error, here is my environment info:
lein repl
nREPL server started on port 35987 on host 127.0.0.1 - nrepl://127.0.0.1:35987
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.4.0
OpenJDK 64-Bit Server VM 10.0.2+13
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e
user=> (use 'cd-client.core)
CompilerException java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(clj_http/lite/util.clj:33)
user=> Bye for now!