Hi,

I have a self contained library let me call it "http_example.jar" (i assume the name of the jar file is irrelevant)
and contains this is the root resource:

com.example.clojure.http__init.class (I know its there)

The file, "http_example.jar", to the best I can tell sits squarely in my classpath when I start the repl
however when I try to load it, I get this

user=> (require ['com.example.clojure.http :as 'http])
java.lang.NoClassDefFoundError: Could not initialize class com.example.clojure.ht
tp__init (NO_SOURCE_FILE:0)


Thanks
Brian



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