Re: ClassNotFoundException with dynamically compiled classes

2011-06-15 Thread Tassilo Horn
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

Re: ClassNotFoundException with dynamically compiled classes

2011-06-15 Thread Ken Wesson
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