How to call Java code from C#?

后端 未结 4 1588
南方客
南方客 2020-11-27 16:23

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

4条回答
  •  日久生厌
    2020-11-27 16:57

    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.

提交回复
热议问题