Is IKVM.NET a good way to use Java Code or Java Libs in .NET applications?
Has anybody experiences with this tool? Are there alternatives? Are there possibilities to call Java functions/code in COM-based applications like Visual Basic 6 or Classical ASP?
I’ve used this tool and especially the compiler to convert a JAR file to .NET assembly. It was for the xhtmlrenderer project which allows to convert an XHTML file to PDF and is based on iText which is not a small code base. The conversion went fine and I am using it in production without any flaws.