aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes Accessing Visual Basic DLL from JAVA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Accessing Visual Basic DLL from JAVA" Watch "Accessing Visual Basic DLL from JAVA" New topic
Author

Accessing Visual Basic DLL from JAVA

kumar mokkala
Greenhorn

Joined: Sep 01, 2005
Posts: 1
Can anybody suggest me a way to acces a Visual Basic DLL from Java.
Any code samples are appreciated.
thanks in advance
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35444
    
    9
Google for "java com bridge". That should turn up some relevant pointers.


Android appsImageJ pluginsJava web charts
Jayesh Lalwani
Ranch Hand

Joined: Nov 05, 2004
Posts: 502
It's not neccessary that a Visual Basic DLL is going to be a COM object. If the Visual basic DLL is a COM object, then you can use JACOB or other Java-COM bridges to call the DLL. If it's not, then you will have to develop your own C++ JNI layer that will wrap the Visual basic DLL and export the functions to Java
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Accessing Visual Basic DLL from JAVA
 
Similar Threads
call activex dll through javascript
Calling a DLL from Java
Calling Visual Basic DLL from Java
JNI & VB & ADO RecordSet
A problem concerning registering java COM on ms windows