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 objects with ASP

Status
Not open for further replies.

GusBrown

Programmer
Nov 24, 2000
38
GB
Hi,

does anyone have any good resources on this? I can't find much out there and I'm having problems. Do you have to use the Microsoft JVC to get things working properly?

Any help much appretiated,

Gus
 
Gus,

ASP does not know about Java so it can't work directly with Java objects. ASP can work with ActiveX objects so you could use Visual J++ to build COM servers out of your Java source. I have had limited success doing this.

Good luck
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top