On Mar 27, 10:03 pm, larry <[email protected]> wrote: > In installed counterclockwise plugin for eclipse. clojure.contrib is > supposed to be installed with this but when I try: > > (require 'clojure-contrib.str-utils) > > I > Could not locate clojure_contrib/str_utils__init.class or > clojure_contrib/str_utils.clj on classpath: (test.clj:2)
The spelling: (require 'clojure.contrib.str-utils) ; replace - with . HTH, Shantanu -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
