> John, thanks. Not a stupid question at all. When learning a new language, a > new environment, and using an unfamiliar OS, there are so many moving parts > that it is sometimes hard to know where to begin when tracking stuff down. My > old and favorite line here is that "signposts are generally made by people > who know the lay of the land".. > So please keep the advice coming.
Were you able to get it working after setting :dependencies? To expand a bit on what's going on: Part of what Leiningen does for you is manage your dependencies (including Clojure itself, which is very cool). It will both install them and arrange for the correct classpath to be in effect when you run e.g. 'lein repl' or 'lein run' from your project directory. You only need to tell Leiningen about your direct dependencies - it will automatically handle their dependencies as well. I'd recommend taking a look at Leiningen's official tutorial if you haven't already: https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md I've never used Eclipse so I can't be any help there. - John -- -- 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.