Import Dll Into Java Program - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Import Dll Into Java Program (3031 Views)
1 Reply
| Import Dll Into Java Program by webmonkey(op): 5:46pm On Sep 28, 2011*. Modified: 11:21am On Oct 01, 2017 |
Please, has some done a similar project in the past like this. I am interfacing a document management system (DMS) with a foreign trade application for a bank. The trade application has a new version completely written in Java around J2EE. The earlier version was mixed technologies i.e, VB, Java, C, C++ and ASPX and the interface was done using .COM The document management systems API is on a DLL (Dynamic Link Library). There is no way we can see the contents of this DLL. But the methods it exposes are well documentated for interfacing. Now, the new version of the foreign trade application can only interface with any other third party DMS using java. All the DMS API are in DLL. Is there anyway someone can import a DLL into java and be able to call the functions in that DLL? Using JNI requires that you implement the DLL signature which I don't know, hence in DLL. Using System.load(directoryToDLL) throws errors. |
Java Program To Solve Quadratic Equation-dealwap • How To Create A Small Gui(graphical User Interface) Using Jframe In Java Program • Dll Load Failure With Py2exe (python And Qt) • 2 • 3 • 4
How To Use Pay Stack To Accept International Payments. • Design And Implementation Of A Web Based Student Academic Record Generating System. • Need A Beginner's Zend Framework Tutorial