vote up 2 vote down star

These days, many projects have started their life written in Java. Some of them are eventually converted to C# for incorporation in .NET. Examples that come to mind are log4net, nhibernate and db4o.

Including sharpen (which is db4o's tool) have you seen and/or used any tools that make continual conversion manageable. I'd go so far as to say anything that requires more than about a 2 month slip from the original product release isn't really all that useful for continual conversion.

flag

50% accept rate

1 Answer

vote up 1 vote down check

Use IKvm

IKVM.NET is an implementation of Java for Mono and the Microsoft .NET Framework. It includes the following components:

* A Java Virtual Machine implemented in .NET
* A .NET implementation of the Java class libraries
* Tools that enable Java and .NET interoperability
link|flag
IKVM does not convert the projects to C#, but allows them to run on the .NET runtime instead of a JVM. – Thorbjørn Ravn Andersen Oct 1 at 19:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.