How to call Java code from C#?

后端 未结 4 1589
南方客
南方客 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 17:02

    alternatively you could write a webservice/xmlrpc layer between the two.

    I seem to remember that there is a tool calles grassshopper that will compile your .Net code into JVM bytecode.

    I've also heard good things about IKVM

提交回复
热议问题