Re: [Ikvm-developers] how to use ikvm in a .Net 2.0 project
Brought to you by:
jfrijters
|
From: Vadim B. <bau...@gm...> - 2015-07-07 06:15:38
|
Hi David,
I had the same issues. What helped me was this approach:
mono /Users/vadim/.gradle/ikvm/ikvm-8.0.5449.1/bin/ikvmc.exe \
-out:/Users/vadim/Development/..../NET.dll \
-version:1.0.4.1 \
-fileversion:1.0.4.1 \
-keyfile:/Users/vadim/Development/.../my.key \
-removeassertions -compressresources -target:library \
-nostdlib \
-reference:/Library/Frameworks/Mono.framework/Versions/3.12.1/lib/mono/2.0/mscorlib.dll \
/Users/vadim/Development/..../my-1.0.4.1.jar
> Am 06.07.2015 um 17:57 schrieb Jeffrey Davis <jef...@ya...>:
>
> 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
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/_______________________________________________
> Ikvm-developers mailing list
> Ikv...@li...
> https://lists.sourceforge.net/lists/listinfo/ikvm-developers
|