Could not locate clojure/contrib/string__init.class or clojure/contrib/string.clj on classpath:

2012-06-24 Thread omer
hi i need help!!! i have a project to finish but i keep on hitting this error: Could not locate clojure/contrib/string__init.class or clojure/contrib/string.clj on classpath: i tried everything i know (which is not much) and i read tons of metiral in the net, but i still cant figure out how to

Re: Could not locate clojure/contrib/string__init.class or clojure/contrib/string.clj on classpath:

2012-06-24 Thread Moritz Ulrich
Try clojure.string: http://clojuredocs.org/clojure_core/clojure.string It's available in 1.3 and replaces clojure.contrib.string. You can also access all methods of java.lang.String via java interop. On Mon, Jun 25, 2012 at 12:12 AM, עומר כהן omeryco...@gmail.com wrote: I'm trying to use