Re: ForkJoinTask not found under Java 7?

2012-09-11 Thread Wolodja Wentland
On Tue, Aug 21, 2012 at 19:40 +0100, Jim - FooBar(); wrote: Hi everyone, I get this very strange error even though I'm using clojure 1.5 alpha3 and java version 1.7.0_02 on Java HotSpot(TM) 64-Bit Server VM ! ClassNotFoundException jsr166y.ForkJoinTask I've just filed

ForkJoinTask not found under Java 7?

2012-08-21 Thread Jim - FooBar();
Hi everyone, I get this very strange error even though I'm using clojure 1.5 alpha3 and java version 1.7.0_02 on Java HotSpot(TM) 64-Bit Server VM ! ClassNotFoundException jsr166y.ForkJoinTask java.net.URLClassLoader$1.run (URLClassLoader.java:366) java.net.URLClassLoader$1.run

Re: ForkJoinTask not found under Java 7?

2012-08-21 Thread Jim - FooBar();
Has clojure 1.5 apha3 been aot-compiled against java 6? Jim On 21/08/12 19:40, Jim - FooBar(); wrote: Hi everyone, I get this very strange error even though I'm using clojure 1.5 alpha3 and java version 1.7.0_02 on Java HotSpot(TM) 64-Bit Server VM ! ClassNotFoundException

Re: ForkJoinTask not found under Java 7?

2012-08-21 Thread Sung Pae
Jim - FooBar(); jimpil1...@gmail.com writes: I thought I did not need the jsr166y.jar under java 7...what is happening? Has clojure 1.5 apha3 been aot-compiled against java 6? It certainly looks that way. The compile-if macro [1] in clojure.core.reducers conditionally defines several vars at

Re: ForkJoinTask not found under Java 7?

2012-08-21 Thread Jim - FooBar();
hmmm... I see. anyway I sorted my problem my building the latest clojure snpashot from source on my machine with Java 7 and then installing it ~/.m2/repositories/... Jim On 21/08/12 21:41, Sung Pae wrote: Jim - FooBar(); jimpil1...@gmail.com writes: I thought I did not need the