How to call Java code from C#?

后端 未结 4 1577
南方客
南方客 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:36

    IKVM!

    It is really awesome. The only problem is that it DOES add ~30MB to the project. log4net and Spring .NET are available as well, but if living with existing code, go the ikvm route.

提交回复
热议问题