Hi,

I guess clojure creates a new classloader for each eval to make
redefining deftypes possible.
Is your requirement somehow related to applets or webstart or other
sandboxes environments?

> I need a reliable method to provide enforce usage of a single
> classloader for an entire session, this appears to prevent this. Help?

If you do not use dynamic compilation, i.e. no loading of .clj files
or evaling expressions in a repl or within eval, and AOT-compile all
your clojure code, then clojure will not use the DynamicClassLoader.

Erik

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