Hi, On Feb 19, 5:26 am, Brian Wolf <brw...@gmail.com> wrote:
> 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 should be called com/example/clojure/http__init.class. In subdirectories. Without dots. > The file, "http_example.jar", to the best I can tell sits squarely in my > classpath when I start the repl You can check with (System/getProperty "java.class.path") at the Repl. To be sure. Sincerely Meikel -- 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