Yep this is a ClojureScript issue. I wrote more about this here https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-9/.
Until ClojureScript 1.10, you need to add: :jvm-opts ["--add-modules" "java.xml.bind"] to your Leiningen config. On Thu, Mar 15, 2018 at 1:14 AM gvim <[email protected]> wrote: > So it's a Clojurescript issue, not Figwheel? > > gvim > > > On 14/03/2018 06:43, Aleš Roubíček wrote: > > Java 9 compatibility will come with ClojureScript 1.10. It will be > > released in few weeks timeframe. > > > > On Tuesday, March 13, 2018 at 1:58:12 PM UTC+1, g vim wrote: > > > > A few months ago I tried setting-up a Figwheel-based Clojurescript > > project with Java 9 but hit some errors which seemed to be issues > with > > Figwheel and Java 9. Does anyone know if these issues have been > > resolved? I couldn't find anything recent on Google. > > > > gvim > > > > -- > > 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] > > <mailto:[email protected]>. > > To post to this group, send email to [email protected] > > <mailto:[email protected]>. > > Visit this group at https://groups.google.com/group/clojurescript. > > -- > 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. > -- 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.
