Okay, unfortunately with the new jar I am getting an error message
when I try to load my code.  I type:

     (load "Bugs")

and I get:

     java.lang.ExceptionInInitializerError (bugs.clj:1)

The first few lines of bugs.clj are:

     ;
     ;                          Bugs 0.01
     ;

     (use 'clojure.set)
     (use '[clojure.contrib.duck-streams])

I am not sure I used the correct procedure for installing the 1.2
jar.  What I did was make a new clojure-1.2.0 folder by copying my
clojure-1.1.0 folder and then put the jar you gave me into the 1.2.0
folder and renamed it to clojure.jar.  Then I changed my command line
to indicate the new folder.  Is this correct, or perhaps I need some
other 1.2 files as well?  Also, is there a place I can look up error
messages like the above?

-- 
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