Ken Wesson <[email protected]> writes: Hi Ken,
>> Why can't I access that class by its qualified name although it's >> there? > > Perhaps it's not visible to the normal classloader, but it is to some > other classloader used by this graph library. Yes, indeed that library uses its own classloader. > Can you not just use (class some-instance) to get ahold of the class > object, given you can get ahold of instances as you said, and then use > reflection on the class object? Yes, that's what I'm currently doing. Bye, Tassilo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
