How to use a VB net DLL into JAVA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssaraceni
    New Member
    • Sep 2008
    • 18

    How to use a VB net DLL into JAVA

    Hi, i need to use a DLL into my Java application. I don't have the source code for the DLL, only a VB.NET application that uses the method I need to invoke into my Java application.
    But how can I call the DLL method from Java?

    Thanks.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    If you can call your VB functions from C (or C++) you can write a thin wrapper
    around all those functions and use the wrappers for your JNI interface for Java.

    kind regards,

    Jos

    Comment

    • ssaraceni
      New Member
      • Sep 2008
      • 18

      #3
      thanks for reply, but how can I wrap the DLL using C++??
      The DLL was written for WinCE 6.0 and the Java and VB.net application is running on WinCE6.0.

      Comment

      Working...