which server are you using. If WLS7.0 then you can try using JCOM, which allows com components to communicate to java components. Else you can use JIntegra which provides the same facilities.
-----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED] Behalf Of saima Sent: Tuesday, June 24, 2003 10:27 AM To: [EMAIL PROTECTED] Subject: using com objects in jsp pages Hello i have created a com object which uses c api functions. After complilation and linking it produces dll file for com object on win nt plateform. Now i want to use this library file in jsp page. Plz let me me know is this possible. I know its posible in asp page but dont know abt java. and if possible what is the syntax of creating the creating the object in java. I have to use the c api calls to write the application Thanks in advance ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
