Fork me on GitHub
#lein-figwheel
<
2018-05-06
>
skeuomorf12:05:33

doing lein new figwheel myexample and then trying to run lein figwheel I get the error “java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter”

skeuomorf12:05:44

I am using java 10.0.1

mfikes12:05:08

@skeuomorf If you look at the stack trace, one of the libs in use hasn't been updated to deal with the change in Java's classpath behavior. You can use Java 1.8 or, or you can use the Java option --add-modules java.xml.bind

mfikes12:05:50

If it is ClojureScript that is the problem you can update to 1.10.238

skeuomorf12:05:23

Yeah, figured the whole JDK version mess, switched to JDK8, and now the figwheel template works fine.

skeuomorf12:05:04

BTW I was using clojurescript 1.10.238, errored with JDK10, worked fine with JDK8

mfikes13:05:43

@skeuomorf Right, even with ClojureScript 1.10.238 and JDK10, there is an http-kit dep that needs to be updated. (That's recorded in the ticket.)