Re: Clojure Box 1.1

2010-01-12 Thread Chris Jenkins
Shawn, Mark, Thanks for the suggestions. I am definitely running as an Administrator and I don't have a .clojure dir in my home directory. The problem definitely seems to be the IBM JVM (on Windows) refusing to load an AOT compiled class in clojure-contrib. I'll investigate further when I get the

Re: Clojure Box 1.1

2010-01-11 Thread Shawn Hoover
On Mon, Jan 11, 2010 at 3:49 PM, Chris Jenkins wrote: > Out of curiosity, what configuration do you have in place that's causing >> clojure.contrib.pprint to be loaded? >> >> > I'm not sure - all I did was to install Clojure Box and then I immediately > saw the error message when it started up. D

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
I have managed to get it to work now. The solution was to ensure that the Sun JRE was on the system PATH, rather than the IBM one. The IBM JRE seems to have a problem with the class file clojure/contrib/pprint/PrettyWriter.class in clojure-contrib.jar ...whereas the Sun one doesn't. The next que

Re: Clojure Box 1.1

2010-01-11 Thread Mark Fayngersh
Did you install it as administrator? Perhaps it had permission trouble setting the environmental variables. On Mon, Jan 11, 2010 at 3:49 PM, Chris Jenkins wrote: > Out of curiosity, what configuration do you have in place that's causing >> clojure.contrib.pprint to be loaded? >> >> > I'm not sur

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
> > Out of curiosity, what configuration do you have in place that's causing > clojure.contrib.pprint to be loaded? > > I'm not sure - all I did was to install Clojure Box and then I immediately saw the error message when it started up. Do you know how I could learn more about the configuration? C

Re: Clojure Box 1.1

2010-01-11 Thread Shawn Hoover
On Mon, Jan 11, 2010 at 2:01 PM, Chris Jenkins wrote: > PS: FYI here's the full text that I see in my *inferior-lisp* buffer: > > (require 'swank.swank) > > (swank.swank/ignore-protocol-version nil) > > (do (.. java.net.InetAddress getLocalHost getHostAddress) > nil)(swank.swank/start-server > "c

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
Incidentally, I just tried Clojure Box 1.0 on the same machine and get exactly the same error message. Very odd. One thing that may be unusual about my setup is that I am using IBM JDK 1.6 (although I have managed to get Clojure + SLIME working on Linux using this JDK). Anyone have any ideas? 2010