This error message occurs on a deps.edn project when running -main from the Clojure namespace, specifically with an alias configured.
class java.lang.Character cannot be cast to class java.lang.String (java.lang.Character and java.lang.String are in module java.base of loader 'bootstrap')
However, if it is configured to use Run with IntelliJ project classpath then no error occurs

.
This error message occurs on a
deps.ednproject when running-mainfrom the Clojure namespace, specifically with an alias configured.However, if it is configured to use
Run with IntelliJ project classpaththen no error occurs
.