Running Clojure Box on Windows 7
Anyone having a problem getting Clojure Box to run on Windows 7?
I am trying to start a fresh install of Clojure Box on a fresh install of Windows 7 Professional (64 bit). The Java version for the system is 1.6.0_16.
emacs starts up but produces the following error messages:
Warning (initialization): An error occurred while loading `~/.emacs':
File error: Searching for program, no such file or directory, java
As a newbie to emacs, slime, swank, paredit, Clojure and Clojure Box, I'm not even sure where to start. I can't even find `~ / .emacs'
Thanks for any help you can provide.
+2
source to share
4 answers
I also got the same error not installing Java at all prior to installing Clojure Box. It would be nice if the installer checks for Java and PATH ownership. After Java was installed , Clojure Box worked correctly.
+1
source to share