Every one of those IDE's work with adding stuff like Clojure-contrib to the classpath. In La Clojure, it's as simple as going to File -> Project Structure -> Libraries -> Attach Classes and finding the correct directory of Clojure-contrib. In Enclojure, it's as simple as right clicking Libraries in your project and hitting Add Jar or Properties and doing it from there. I'm not sure where the problem is as it works fine in both IDE's for me. Even in Clojure-dev.
On Apr 1, 2:22 pm, Daniel Jomphe <danieljom...@gmail.com> wrote: > Let's say I *hate* dealing with Java classpaths, especially within > IDEs. > Somehow, it's always the hardest configuration part of setting up a > project. > > Let's add I want to use clojure + clojure.contrib. > > If my mileage is representative at all of most newcomer's experiences > trying to get acquainted with clojure, this is very bad: all the > following editors have a plugin for clojure, but none of them comes > with an easy way to add clojure.contrib to the classpath. > > emacs+SLIME+clojure-mode - works incredibly great for core clojure > netbeans - works great for core clojure > intellij - works ok for core clojure; if I add contrib's jar to the > libs, it seems to see it somehow, but still doesn't work > > I have spent ~30 mins in each one of them trying to make it work, and > failed. I have also spent some time skimming different tutorials, and > it looks like this is not covered. > > Would you fellow clojurians have wise advice for me? While I await > your answers, I'm going to try eclipse. I think I've read Laurent > Petit, the other day, saying his eclipse plugin automatically handles > classpaths. > > I would *love* to know how to make it work in each one of these > editors; I'm not yet decided on which one I want to use. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---