Access .net dll's method using java code

Posted by Samurai on Stack Overflow See other posts from Stack Overflow or by Samurai
Published on 2010-05-24T07:29:55Z Indexed on 2010/05/24 7:41 UTC
Read the original article Hit count: 262

Filed under:
|
|
|

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 using JNI?

© Stack Overflow or respective owner

Related posts about java

Related posts about .NET