cljfx

https://github.com/cljfx/cljfx
bherrmann 2019-02-26T02:07:32.006600Z

humm

$ java -version
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
$ clj -A:examples
Clojure 1.10.0
user=>  (require 'e15-task-tracker)
Syntax error (IllegalArgumentException) compiling . at (platform.clj:29:5).
No matching method startup found taking 1 args for class javafx.application.Platform

seancorfield 2019-02-26T02:19:27.007100Z

The README says it requires JDK 11 doesn't it?

seancorfield 2019-02-26T02:19:50.007400Z

Yeah "Minimum required version of clojure is 1.10, minimum JDK version is 11." @bherrmann

👍 1
bherrmann 2019-02-26T11:46:00.008400Z

Thanks, that makes sense. Might be nice if the error message was a bit more clearer though.