Re: [Ikvm-developers] IKVM with Mono Linker
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2010-01-26 05:26:56
|
Hi Alexandre, Using the Mono linker is unlikely to work, because it doesn't understand the ikvm specific metadata. In any case, javax.accessibility.Accessible is in IKVM.OpenJDK.SwingAWT.dll, so I don't know why you'd have an issue with that. Regards, Jeroen > -----Original Message----- > From: Alexandre Rocha Lima e Marcondes > [mailto:ale...@gm...] > Sent: Monday, January 25, 2010 9:44 PM > To: ikv...@li... > Subject: [Ikvm-developers] IKVM with Mono Linker > > I am trying to use Mono Linker <http://www.mono-project.com/Linker> on > an assembly compiled with IKVM, using the 0.42.04 version (0.42 Update > 1 RC 0 bundle). I have discovered that the java.awt.Panel class in > IKVM.OpenJDK.SwingAWT.dll requires javax.accessibility.Accessible and > it is not on any Assembly bundle. I presume it should be on > IKVM.OpenJDK.Misc.dll assembly. > > What could I do in order to correct this problem, implement it or make > it right for the next release? > > -- > Regards, > Alexandre Rocha Lima e Marcondes |