On Aug 14, 6:32 pm, "J. McConnell" <jdo...@gmail.com> wrote:
> I ran into this exception recently. In my case the problem was that the
> classloader returned by (.getContextClassLoader (Thread/currentThread))
> while a gen-classed object was being instantiated was different than the one
> returned when a method on the object was executed. Is there something about
> the Azul environment that could cause the classloader to be changed after
> Clojure has gone through its static initialization but before executing
> clojure.main?

Yes, that's certainly possble. I don't know the details of how the
Azul VM executes. Perhaps Cliff can help here, if he is following?

For now I am just running the "slim" version of Clojure.

Thanks,
/Karl
--~--~---------~--~----~------------~-------~--~----~
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