Dear all,
I'd like to write a Java program that could use functions in an existing VB.Net dll or exe. Is it possible to do that?
I had actually searched for methods online, and it seems like there's JNI which could do that, but after reading the implementation I got stuck. Could anybody help describe the steps to implement that (JNI)?
Or is there any better suggestion on how to use the VB.Net dll? Thanks a lot!