[Ikvm-developers] how to use ikvm in a .Net 2.0 project
Brought to you by:
jfrijters
|
From: Jeffrey D. <jef...@ya...> - 2015-07-06 16:01:09
|
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 |