This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-15
Channels
- # announcements (2)
- # babashka (137)
- # beginners (96)
- # calva (3)
- # cider (11)
- # clj-kondo (8)
- # cljs-dev (161)
- # cljsrn (21)
- # clojure (78)
- # clojure-europe (47)
- # clojure-france (1)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-spec (24)
- # clojure-uk (9)
- # clojuredesign-podcast (4)
- # clojurescript (39)
- # conjure (2)
- # core-async (27)
- # cursive (36)
- # datomic (54)
- # emacs (6)
- # figwheel (9)
- # figwheel-main (46)
- # fulcro (25)
- # graalvm (8)
- # helix (30)
- # hoplon (6)
- # hugsql (3)
- # jobs (5)
- # leiningen (7)
- # luminus (12)
- # nrepl (20)
- # off-topic (20)
- # pedestal (16)
- # re-frame (14)
- # reagent (3)
- # reitit (3)
- # remote-jobs (5)
- # rum (25)
- # shadow-cljs (60)
- # spacemacs (10)
- # vim (2)
- # xtdb (36)
Having a problem starting a new hoplon project. Have installed Boot and followed the instructions to start a new project on the Get Started page. Running boot dev fails with ClassNotFoundException and clojure.lang.ExceptionInfo both in javax.xml.bind.DatatypeConverter file: "cljs/util.cljc" line: 1. Any ideas what might be wrong?
i saw this and then found https://github.com/hoplon/hoplon/issues/262, it looks like the template might (still) be out of date. in the generated project, you may consider updating the hoplon/hoplon dep to see if that fixes
otherwise @U0ALQHJRF might have additional insight
Yeah template probably needs to be updated to 7.2
Thanks. Now its working Hoplon 7.2 and Java 10. I ended up changing lots so not entirely sure what the exact problem was but seemed to be related to the version of Java.
glad its working!