2010/10/31 Steven Arnold :
> Hello, I am trying to use the str-utils library with Clojure (or the
> str-utils2, I understand str-utils was deprecated). Neither of these
> work for me. I am on OS X 10.6.4 and have installed clojure-contrib
> via the MacPorts system. The clojure-contrib is in my c
On Sun, 31 Oct 2010 00:09:31 -0700 (PDT)
Steven Arnold wrote:
> That was it. I had to add the entire path up to and including to
> contrib jar in order for "clj" to work. Merely adding the directory
> to the classpath was not sufficient, and the clj script ignored the
> value of my env variable
That was it. I had to add the entire path up to and including to
contrib jar in order for "clj" to work. Merely adding the directory
to the classpath was not sufficient, and the clj script ignored the
value of my env variable $CLASSPATH, so I had to edit the clj script
itself to get this working.
Is the contrib.jar in your 'clj' script classpath?
On Sun, Oct 31, 2010 at 10:18 AM, Steven Arnold
wrote:
> Hello, I am trying to use the str-utils library with Clojure (or the
> str-utils2, I understand str-utils was deprecated). Neither of these
> work for me. I am on OS X 10.6.4 and have ins