Re: [Ikvm-developers] Serialization of .Net objects
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2006-08-31 13:41:22
|
Todd Stout wrote: > I assume that to do what you suggest, I would need to run ikvmstub > on the ikvm runtime assembly to create a jar that the java code=20 > could then use to invoke getInstanceTypeFromClass(). Is this > correct? Yes, that's right. You run ikvmstub on IKVM.GNU.Classpath.dll and then you add the resulting jar to your classpath when compiling your Java code. Regards, Jeroen |