KarateCoder57
KarateCoder57
Just tried with AdoptOpenJDK 8 HotSpot and got this, seems less cryptic: final project: {:description FIXME: write description, :compile-path C:\Users\blade\Documents\clojure-spellchecker\target\base+system+user+dev+80fd729b\classes, :deploy-repositories [[clojars {:url https://clojars.org/repo/, :password :gpg, :username :gpg}]], :group clojure-spellchecker,...
Here's the contents of the full report mentioned above in C:\Users\blade\AppData\Local\Temp\clojure-4926503175162933685.edn {:clojure.main/message "Syntax error compiling var at (C:\\Users\\blade\\AppData\\Local\\Temp\\form-init816432178064976695.clj:1:5085).\r\nUnable to resolve var: lighttable.nrepl.handler/lighttable-ops in this context\r\n", :clojure.main/triage {:clojure.error/phase :compile-syntax-check, :clojure.error/line 1,...
Alright, I was able to make it work with a new .clj file. Still have not been able to make it work with my project started with leiningen. Guessing it...
Alright, I was finally able to make it work with a project auto generated from Leiningen after finding this: https://github.com/LightTable/Clojure#connection-troubleshooting and changing the project.clj to require Clojure 1.7.0 instead of...