How to embed java into C#

2019-02-24 07:34发布

Could you tell me, please, how can I embed java module/source code into C# application? For example i have some logic that written on java and this logic uses some third party libraries which can be found only on java platform. And i have main host logic that written on C#. It will be very cool, if i'll be able to register callbacks from java into C#.

Thank you very much!!!

1条回答
干净又极端
2楼-- · 2019-02-24 07:47

You could try IKVM ?

IKVM.NET is useful for several different software development scenarios. Here is a sampling of some of the possibilities.

  • Drop-in JVM
  • Use Java libraries in your .NET applications
  • Develop .NET applications in Java
查看更多
登录 后发表回答