How to embed java into C#

前端 未结 1 853
我寻月下人不归
我寻月下人不归 2021-01-19 06:44

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 par

相关标签:
1条回答
  • 2021-01-19 07:32

    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
    0 讨论(0)
提交回复
热议问题