My only solution to loading a new jar during runtime is to extract the jar (its just a zip file) into a directory which was already in the classpath. This allows me to retain incremental development without restarting the runtime. Are there alternative solutions out there?
I have heard of OSGi but from my current understanding, it does not mesh well with the current classloading model clojure uses at the moment. http://groups.google.com/group/clojure/browse_thread/thread/468f563b45121933/4227714828818f73 -- 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