IKVM.NET is a JVM for the Microsoft .NET Framework and Mono. It can both dynamically run Java classes and can be used to convert Java jars into .NET assemblies. It also includes a port of the OpenJDK class libraries to .NET.
License
GNU General Public License with Classpath exception (Classpath::License), zlib/libpng LicenseFollow IKVM.NET
You Might Also Like
The All-in-One Commerce Platform for Businesses - Shopify Icon
The All-in-One Commerce Platform for Businesses - Shopify
Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
Learn More
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
26
1
0
0
0
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
User Reviews
-
ultralight32 Posted 2017年04月06日A must have
-
frimlik Posted 2015年04月24日Your project really made my problem much more easier. I needed to transfer complex Java library in maven, so I had to use the formula with { lib1.jar } { lib2.jar } etc, but now it works. Thanks a lot.
-
syedb93 Posted 2015年04月22日IKVM is nothing lesser than excellent. It eased my life for a project. However, when I was trying to use something like SomeList<myClass>, it said that SomeList can not have a generic data type, but this was working perfectly in Java. I found a work around for this but it would have been better if I did not need to.
-
jigar-gada Posted 2014年06月09日IKVM works great. I just had one problem. I have a Java class that reads audio. However, I was unable to send the audio from C# to Java. Apart from that, it is excellent. :)
-
silent3713 Posted 2014年01月14日It works. I am using unity3d with c# script. and I want to call java code in c#, so I have to include all ikvm's dll and my java code's dll in my unity library, the ikvm's dll increases app size for about 18Mb, how to decrease the app size with using ikvm?? thanks in advance !!!.