Use a .jar java library API in C#?

前端 未结 3 2088
一生所求
一生所求 2020-11-27 10:32

I\'m an entry level programmer so please be descriptive in your responses.

I am trying to use a Java API given as a .jar file in my C# .net application. I don\'t kn

3条回答
  •  粉色の甜心
    2020-11-27 11:16

    Have a look at IKVM ... it has tools to give you some level of interop. When you say Java API I assume you want to call some functionality from the jar rather than just execute it

提交回复
热议问题