Re: how to use ikvm in a .Net 2.0 project
Vadim Bauer <[email protected]> Tue, 7 Jul 2015 08:15:22 +0200
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>:
>
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ikvm-developers
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ikvm-developers
signature.asc
(application/pgp-signature, 496 B)
-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJVm256AAoJELdzQenwcEFT1FAH/ip3UVtYX1YiydSHB6Ajn++k uz3lCt/uZKoIZB76yBESmQHx3fQ6eapdXX/RYKP3s6GVxXVJFomipyshojEehewG 9ts7KiubOtAMcVaLyfBLSgZ05/qfQpLeMjVZBNtDX+OPMGtqr504+Zf2fY13sbAu 3FXAD1U1or3a4fb338rAlZMGxK26Qpqpmf4WlkNAqdjnTVYTa4p7jFLBA2GjigUs KgzVzO2Vocs7uuKdmCCLfRgq/8cf/A5LhDFsoTZp5h44OeRP9SMYKfi1uMqYISDG FmcnnEl8phiq6t7kHWwPpsEr/AoqN9508islcZIa0EPYUCU4CuwfCrfiq1B6HLg= =Q6Du -----END PGP SIGNATURE-----