Clojure 1.9.0
user=>
Fehler: Hauptklasse clojure.main konnte nicht gefunden oder geladen werden
Ursache: java.lang.ClassNotFoundException: clojure.main
It might be good to check that `clojure` actually points to what you think it points to. Check `which clj` and `which clojure` to make sure they are coming out of the same directory.
JohMBAir:~ johannes$ which clj
/usr/local/bin/clj
JohMBAir:~ johannes$ which clojure
/usr/local/bin/clojure
JohMBAir:~ johannes$