I am accessing oracle from ASP and the machine has problems with the installed driver. It is not possible to re-install the oracle client. So I need to use JDBC to access oracle. I am searching for the Microsoft SDK for JAVA but am unable to locate it. Could anyone point me in the right direction
The "Java PlugIn" is precisely about writing COM objects in Java. I used it several years (5?) ago, and it didn't work worth squat But it's been re-written since, so check it out on the Sun Java web site. It might work for you. (You can find the URL yourself.)
We decided to write our own interface. Using the Visual C++ stuff, which will give you the outline of a COM object. Then use the VM Invocation interface in JNI. After you read a lot of documentation, it's not too hard.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.