On May 25, 10:01 pm, Mark Volkmann <r.mark.volkm...@gmail.com> wrote:
> I understand that at least some of the functions in the
> clojure.parallel namespace depend on addtional JAR files related to
> JSR-166. I found the 
> sitehttp://gee.cs.oswego.edu/dl/concurrency-interest/which has links to
> JAR files for that. When I run (use 'clojure.parallel) from a REPL I
> get:
>
> java.lang.ClassNotFoundException: jsr166y.forkjoin.ParallelArray
> (parallel.clj:38)
>
> I downloaded jsr166y.jar and extra166y.jar and both are in the
> classpath used by the REPL. Neither of those JAR files contains
> jsr166y/forkjoin/ParallelArray.class, but extra1667.jar defines
> extra166y/ParallelArray.class. Is there another site where I should be
> getting JARs for this?
>

They've moved stuff around since clojure.parallel was written, and
now, unfortunately, ParallelArray is not slated for Java 7. The
version of jsr166y in the files section was the last to work with Java
5. I haven't put together a plan yet for moving parallel forward at
this time.

Rich

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to