IKVM.NET is an effective for several distinct software development situations. Here is a sampling of some of the possibilities.
- Drop-in JVM
- Create.NET applications in Java
- Use Java libraries in your .NET applications
Drop-in JVM
The ikvm program included with the distribution is a .NET implementation of a Java Virtual Machine. In many situations, you can use it as a drop-in substitute for java. For example, instead of writing
java -jar myapp.jar
to start an application, you can write
ikvm -jar myapp.jar
Use Java libraries in your .NET programs
IKVM.NET contains ikvmc, a Java bytecode to .NET IL translator. If you have a Java library that you would like to use in a .NET program, run ikvmc -target:library mylib.jar to make mylib.dll.
For example, the Apache FOP is an open-source XSL FO processor developed in Java that is commonly used to create PDF files from XML source. With the technology offered by IKVM.NET , Apache FOP can be used with any .NET program you desire.
Create.NET software in Java
IKVM offers a way for you to create .NET programs in Java. Although IKVM.NET does not contains a Java compiler for .NET, you can use any Java compiler to compile Java source code to JVM bytecode, then use ikvmc -target:exe myapp.jar to produce a .NET executable. You can even use .NET API's in your Java code using the included ikvmstub application.
Name | IKVM.NET |
---|---|
Version | 7.2.4630.5 |
Developer | Jeroen Frijters | see all products from this developer |
Product Homepage | IKVM.NET |
License | Free (Freeware) |
Last Week Downloads | 5 |
All Time Downloads | 2,019 |
Filename | ikvmbin-7.2.4630.5.zip |
Filesize | 15.6MB |
MD5 Checksum | 557A20C85B481F48B3BD2FDBB7F3B6FD |
OS Support | Win 7/Vista/2000/2003/XP |
Category | Developer Tools |
100% CLEAN Certification
IKVM.NET has been tested by Download82.com team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. Our editors will recheck this software periodically to assure that it remains clean.
Comments
Old Versions
Software | Date Added |
---|---|
IKVM.NET 7.2.4630.5 | September 30, 2015 - Latest Version |
IKVM.NET 0.44.0.5 | September 10, 2010 |