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
zlib/libpng License, GNU General Public License with Classpath exception (Classpath::License)Follow IKVM.NET
You Might Also Like
Shift, the browser that merges all of your web apps into one powerful window.
Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
Rate This Project
Login To Rate This Project
User Reviews
-
A must have
-
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.
-
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.
-
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. :)
-
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 !!!.