Re: Exception when loading clojure.core.reducers

2012-12-09 Thread Alex Baranosky
Thanks Jim, that worked like a charm. For anyone lurking this is what I used in my project.clj: [org.codehaus.jsr166-mirror/jsr166y "1.7.0"] On Sun, Dec 9, 2012 at 4:55 AM, Jim - FooBar(); wrote: > jsr166 -- You received this message because you are subscribed to the Google Groups "Clojure" g

Re: Exception when loading clojure.core.reducers

2012-12-09 Thread Jim - FooBar();
Use java 7 with clojure 1.5.0-beta1 or use java6 with the jsr166.jar already in your classpath...Alternatively, if you use some clojure version older than 1.5.0-beta1 with Java 7 you may need to build clojure on your system... Hope that helps... Jim On 09/12/12 12:44, Alex Baranosky wrote:

Exception when loading clojure.core.reducers

2012-12-09 Thread Alex Baranosky
Using 1.5.0-beta1, attempting to load the reducers namespace, `(require '[clojure.core.reducers :as r])`, is generating this exception: CompilerException java.lang.ClassNotFoundException: jsr166y.ForkJoinPool, compiling:(clojure/core/reducers.clj:56:21) TERMINAL> java -version java version "1.6.0_