Ken Wesson 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 j
On Wed, Jun 15, 2011 at 6:27 AM, Tassilo Horn wrote:
> Hi all,
>
> in my clojure project, I'm working with an external java graph library.
> Graphs represented by that library conform to a user-specified data
> model, that is, the graph itself and all its vertices and edges are
> objects of some j