Re: command line tool clojure raises java.lang.ClassNotFoundException: clojure.main

2018-07-19 Thread Johannes
Now, I've found the source of the problem. I'd got an "old" alias named clojure in my .profile. Now all works fine. Johannes Am Donnerstag, 19. Juli 2018 16:28:04 UTC+2 schrieb Johannes: > > I suppose I have installed the command line tools on my Mac with > > brew install clojure > > as describe

Re: command line tool clojure raises java.lang.ClassNotFoundException: clojure.main

2018-07-19 Thread Johannes
Am Donnerstag, 19. Juli 2018 16:41:24 UTC+2 schrieb Alex Miller: > > 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. > I think they do: JohMBAir:~ johannes

Re: command line tool clojure raises java.lang.ClassNotFoundException: clojure.main

2018-07-19 Thread Alex Miller
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. On Thursday, July 19, 2018 at 9:28:04 AM UTC-5, Johannes wrote: > > I suppose I have installed the command line t

command line tool clojure raises java.lang.ClassNotFoundException: clojure.main

2018-07-19 Thread Johannes
I suppose I have installed the command line tools on my Mac with brew install clojure as described in the Getting Started Guide. If I try clj I get Clojure 1.9.0 user=> fine! If I try clojure I get Fehler: Hauptklasse clojure.main konnte nicht gefunden oder geladen werden Ursache: java.lan