You can use it with Java9 today if you add a little flag to the command line
Instead of calling java -cp cljs.jar:src clojure.main build.clj you call java --add-modules java.xml.bind -cp cljs.jar:src clojure.main build.clj That should fix it. The Java9 fix was already applied to ClojureScript master but it was not released yet. Until then you can just use the flag. On Friday, January 26, 2018 at 10:20:03 AM UTC+1, Johannes wrote: > > Indeed, I updated to Java 9 a few day ago. Until now I didn't get any > problems using Clojure with Java 9. I seems I have to wait for a Java 9 > compatible version of Clojurescript. > > Am Freitag, 26. Januar 2018 01:30:34 UTC+1 schrieb Phill Wolf: >> >> The first sentence of the Quick Start says, "The only dependencies >> required for this tutorial are an installation of Java 8 and the standalone >> ClojureScript JAR." >> >> The clue "Caused by: java.lang.ClassNotFoundException: >> javax.xml.bind.DatatypeConverter" suggests you might be using Java 9. >> > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
