Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java And COM

Status
Not open for further replies.

jafisher2000

Programmer
May 5, 2002
25
JM
How does one create a JAVA COM Object for use in ASP 3.0?
 
Why would you want to ? If you are using ASP, surely it would be easier to plug in a Windoze DLL written in VC++ or C# ?

Anyway ... you need a bridge :
--------------------------------------------------
Free Database Connection Pooling Software
 
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
 
I doubt Microsoft has an SDK for Java. Microsoft's VM is now obsolete. I'd recommend you to download Sun's JDK at for Java development.

But maybe what you're looking for is the Visual J++ Studio.

Cheers,

Dian
 
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 [sad] 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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top