Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki Quick Start project.clj doesn't work with java 10 #903

Open
jameslaneconkling opened this issue May 15, 2018 · 2 comments
Open

Wiki Quick Start project.clj doesn't work with java 10 #903

jameslaneconkling opened this issue May 15, 2018 · 2 comments

Comments

@jameslaneconkling
Copy link

Throws exception ava.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1).

Updating dependencies to the following successfully runs on java 10 and 8.

(defproject om-tutorial "0.1.0-SNAPSHOT"
  :description "My first Om program!"
  :dependencies [[org.clojure/clojure "1.8.0"]
                 [org.clojure/clojurescript "1.10.238"]
                 [org.omcljs/om "1.0.0-beta3"]
                 [figwheel-sidecar "0.5.16" :scope "test"]])

I can update the wiki if desirable.

@tirkarthi
Copy link

This is due to http-kit not compatible with Java 9. The latest release 2.3.0 fixes the issue I assume one of the dependencies is not updated which I assume is figwheel-sidecar.

@tirkarthi
Copy link

Seems this was reported. Please refer : #902

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants