We\'ve developed a Java application and would like to use this application from a C# client. The application has dependencies on Spring, Log4j, ...
What would be th
I am author of jni4net, open source interprocess 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.