Skip to content

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

@jameslaneconkling

Description

@jameslaneconkling

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions