liebke / cljr

cljr is a Clojure REPL and package management system.
236 stars 11 forks source link

Paths need to be quoted in Windows #6

Closed grammati closed 14 years ago

grammati commented 14 years ago

The generated clj.bat file contains -Duser.home=C:\Documents and Settings.. etc. on windows XP. The path needs quotes.

liebke commented 14 years ago

Fixed, thanks for catching that.

asdf4 commented 13 years ago

couldn't get going on mac so switched to windows.

but not fixed in the install jar. had to do the same thing.

be sure with SET_CLASSPATH to set the end quote only since you remembered the open quote.