Re: [Ikvm-developers] Dynamic loading woes (again)
Brought to you by:
jfrijters
|
From: Michael K. <mi...@sa...> - 2007-02-10 00:58:06
|
> > Further explanation: I know (roughly) what an assembly > qualified name > > is in the .NET world, are you saying I can simply supply > such a name > > to the Java method Class.forName()? > > Yes. See the example in my new blog entry: http://weblog.ikvm.net/ I've got the basic software loading working now, but I'm having trouble loading user-supplied extension functions - which can be either Java code (including stuff that should be in the GNU CLasspath), or .NET native code. I need to investigate the details, it could be something very simple. Is there any way to discover and use the ClassLoader associated with an assembly? Michael Kay http://www.saxonica.com/ |