Access .NET dll's method using Java code

后端 未结 2 998
Happy的楠姐
Happy的楠姐 2020-12-19 18:54

I have a dll namely product.dll created using .NET. How can I access that dll\'s constructor or method using Java code.
Is it possible to access without usi

2条回答
  •  难免孤独
    2020-12-19 19:42

    There is a commercial product called JNBridgePro that will allow you to easily do this. You can even run the .NET dll inside the Java process if you like. (You can also run the Java and .NET in separate processes and communicate through sockets.) For more information, please see www.jnbridge.com, or contact us at the e-mail address on the Web site. (Yes, I am with JNBridge, but I felt that mentioning the product was appropriate in these circumstances.)

提交回复
热议问题