I have a project in Java. I want transform it to .NET-project.
How to do it the easiest?
You may have a look on IKVM. This is a JVM and Java compiler implementation in .NET.
With this you can recompile your project under .NET and then replace calls to Java libraries with appropriate calls to .NET libraries without breaking all the app.