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
The README says it requires JDK 11 doesn't it?
Yeah "Minimum required version of clojure is 1.10, minimum JDK version is 11." @bherrmann
Thanks, that makes sense. Might be nice if the error message was a bit more clearer though.