adzerk-oss / boot-cljs-repl

Boot task providing a REPL for ClojureScript development.
Eclipse Public License 1.0
72 stars 28 forks source link

JDK11 java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter #64

Open phi1ipp opened 5 years ago

phi1ipp commented 5 years ago

Getting java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter when running boot repl -c using jdk11

phi1ipp commented 5 years ago

found a workaround from https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11/ to add [javax.xml.bind/jaxb-api "2.4.0-b180830.0359"] to dependencies