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


Is the directory where you installed Java on your PATH?



+4


source


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


You can create the .emacs file yourself. See this answer.

+1


source


One is that there is a 32-bit process emulation on 64-bit Windows, so you have to add java files to C: \ Windows \ SysWOW64 even if you have it in C: \ Windows \ System32 folder.

0


source







All Articles