Then you are having a path problem. Your lein is still using java6 Check your $PATH and $JAVA_HOME env. variables.
As this not strictly clojure related, let's not spam the list, im happy to help off list Sent from my phone On Jun 16, 2013 11:22 PM, "Johannes Brauer" <bra...@nordakademie.de> wrote: > I am on clojure 1.5.1 and I use lein repl. > > But after > > (require '[clojure.core.reducers :as r]) > > I still get the same error message as with Java 6: > CompilerException java.lang.ClassNotFoundException: jsr166y.ForkJoinPool, > compiling:(clojure/core/reducers.clj:56:21) > > A second input of > (require '[clojure.core.reducers :as r]) > > generates the message: > Exception namespace 'clojure.core.reducers' not found > clojure.core/load-lib (core.clj:5380) > > Johannes > > Am 16.06.2013 um 23:16 schrieb László Török <ltoro...@gmail.com> > : > > are you on clojure 1.5+ ? > > If I launch the REPL using "lein repl" > > and then > > (require 'clojure.core.reducers) > > it works ok for me. > > > 2013/6/16 Johannes Brauer <bra...@nordakademie.de> > >> now, I've Java 7 installed and get another error message: >> Exception namespace 'clojure.core.reducers' not found >> clojure.core/load-lib (core.clj:5380) >> >> any further hints? >> >> Johannes >> Am 16.06.2013 um 22:43 schrieb Johannes Brauer <bra...@nordakademie.de> >> : >> >> thank you, Las, for the quick tip. I will give Java 7 a try. I hope >> there are no problems on Mac OS 10.8.4 >> >> Johannes >> Am 16.06.2013 um 22:15 schrieb László Török <ltoro...@gmail.com> >> : >> >> .. sorry, gmail's new annoying keyboard shortcut >> >> b) include the dependency to the forkjoin library [1] that is not >> included in Java6 >> >> Las >> >> [1] http://mavenhub.com/mvn/central/org.coconut.forkjoin/jsr166y/070108 >> >> >> 2013/6/16 László Török <ltoro...@gmail.com> >> >>> Hi, >>> >>> there are two ways to deal with this: >>> >>> a) use Java 7 >>> >>> >>> 2013/6/16 Johannes <bra...@nordakademie.de> >>> >>>> Hi, >>>> >>>> trying >>>> (require '[clojure.core.reducers :as r]) >>>> at the repl prompt the error message >>>> CompilerException java.lang.ClassNotFoundException: >>>> jsr166y.ForkJoinPool, compiling:(clojure/core/reducers.clj:56:21) >>>> >>>> What is going wrong? >>>> >>>> Johannes >>>> >>>> >>>> >>>> -- >>>> -- >>>> 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 >>>> Note that posts from new members are moderated - please be patient with >>>> your first post. >>>> 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 >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Clojure" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to clojure+unsubscr...@googlegroups.com. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> László Török >>> >> >> >> >> -- >> László Török >> >> -- >> -- >> 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 >> Note that posts from new members are moderated - please be patient with >> your first post. >> 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 >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> >> ------------------------------ >> >> >> Staatlich anerkannte private Fachhochschule >> NORDAKADEMIE >> Gemeinnützige Aktiengesellschaft >> Köllner Chaussee 11 >> 25337 Elmshorn >> >> Vorstand: >> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. >> Vorstand) >> >> Vorsitzender des Aufsichtsrats: >> Dr. h.c. Hans-Heinrich Bruns >> >> Sitz: >> Elmshorn, Amtsgericht Pinneberg, HRB 1682 >> >> >> -- >> -- >> 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 >> Note that posts from new members are moderated - please be patient with >> your first post. >> 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 >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> >> ------------------------------ >> >> >> Staatlich anerkannte private Fachhochschule >> NORDAKADEMIE >> Gemeinnützige Aktiengesellschaft >> Köllner Chaussee 11 >> 25337 Elmshorn >> >> Vorstand: >> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. >> Vorstand) >> >> Vorsitzender des Aufsichtsrats: >> Dr. h.c. Hans-Heinrich Bruns >> >> Sitz: >> Elmshorn, Amtsgericht Pinneberg, HRB 1682 >> >> >> -- >> -- >> 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 >> Note that posts from new members are moderated - please be patient with >> your first post. >> 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 >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > László Török > > -- > -- > 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 > Note that posts from new members are moderated - please be patient with > your first post. > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > ------------------------------ > > > Staatlich anerkannte private Fachhochschule > NORDAKADEMIE > Gemeinnützige Aktiengesellschaft > Köllner Chaussee 11 > 25337 Elmshorn > > Vorstand: > Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. > Vorstand) > > Vorsitzender des Aufsichtsrats: > Dr. h.c. Hans-Heinrich Bruns > > Sitz: > Elmshorn, Amtsgericht Pinneberg, HRB 1682 > > -- > -- > 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 > Note that posts from new members are moderated - please be patient with > your first post. > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 Note that posts from new members are moderated - please be patient with your first post. 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.