Java – Using Java-classes with C#

cjava

I have a project written in Java (>1.5).

Is it possible to write parts of the project with C#?
For instance the GUI and calling the methods and instantiate the classes written in java?

If yes, how?

Best Answer

I am author of jni4net, open source intraprocess bridge between JVM and CLR. It's build on top of JNI and PInvoke. No C/C++ code needed. I hope it will help you.