On Mar 27, 10:03 pm, larry <larrye2...@gmail.com> 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 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

Reply via email to