You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run this on Windows 11 with JDK 15 I get the following error:
:cause "class clojure.lang.Symbol cannot be cast to class clojure.lang.IPersistentCollection (clojure.lang.Symbol and clojure.lang.IPersistentCollection are in unnamed module of loader 'app')", :phase :compile-syntax-check}}
Unfortunately I haven't worked with clojure before, and was wondering if there is an easy fix for it.
The text was updated successfully, but these errors were encountered:
I've never tried running it on Windows but, from the error and assuming you have the version of clojure specified in project.clj, I wonder if that's coming from a dependency.
When I try to run this on Windows 11 with JDK 15 I get the following error:
:cause "class clojure.lang.Symbol cannot be cast to class clojure.lang.IPersistentCollection (clojure.lang.Symbol and clojure.lang.IPersistentCollection are in unnamed module of loader 'app')", :phase :compile-syntax-check}}
Unfortunately I haven't worked with clojure before, and was wondering if there is an easy fix for it.
The text was updated successfully, but these errors were encountered: