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 site http://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? -- R. Mark Volkmann Object Computing, Inc. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---