Re: [Ikvm-developers] how to use ikvm in a .Net 2.0 project
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2015-07-07 06:52:00
|
Hi Jeff, If you build IKVM from source with "nant -t:net-2.0 -D:SkipSystemCoreDependency=true" it will omit the System.Core.dll dependency. Regards, Jeroen > -----Original Message----- > From: Jeffrey Davis [mailto:jef...@ya...] > Sent: Monday, July 6, 2015 17:58 > To: ikv...@li... > Subject: [Ikvm-developers] how to use ikvm in a .Net 2.0 project > > Hello, > > I'm trying to use ikvm in a .Net 2.0 project. I built the sources using > Nant and I specified the framework as .Net 2.0, but I still get a > message in Visual studios that the ikvm dll requires a framework higher > than 2.0. I'm specifically trying to use the ikvm.openjdk.core dll. I > looked and it appears that it requires System.core.dll which requires > .Net 3.5. > > Is it possible to build system.core.dll to use .Net 2.0? Or is there > another way to use the openjdk library in a .net 2.0 project? > > Thank you for your help, > Jeff |