Accessing .NET/dll libraries/components from Java?

后端 未结 6 942
-上瘾入骨i
-上瘾入骨i 2021-01-12 20:49

Are there inexpensive or free gateways from .NET to Java? I\'m looking at some data acquisition hardware which has drivers for C/C++ and .NET -- I really don\'t wan

6条回答
  •  没有蜡笔的小新
    2021-01-12 20:59

    Well, there's JNBridge and EZ JCom, just from a Google search.

    You could also use IKVM which is a slightly different approach.

    (Any reason for not wanting to learn .NET, out of interest? It's a nice platform, and C# is a lovely language...)

提交回复
热议问题