U can access DLLs from Java through JNI, have a look to SUN docs...
bye
-------------------------------------------------------------------
Miguel Angel Fern�ndez Moreno
SIEMENS, S.A. Mobile Internet Solutions
C/ Ronda de Europa, 5 - 28760 Tres Cantos - Madrid (Spain)
Software Engineer
tl: 34 91  514 9649
Mobile: 34 656 404 806
Fax 34 91 514 7034
[EMAIL PROTECTED]



-----Mensaje original-----
De: Kai Hackemesser [mailto:[EMAIL PROTECTED]]
Enviado el: martes 6 de marzo de 2001 10:52
Para: [EMAIL PROTECTED]
Asunto: Re: can I use DLL on Windows in JSP


Hi

>     I 'm very new user of JSP. I 've a problem here, I 've many
DLL(restore
> in  windows\system32\) files that I was use it like ASP service object.
Now,
> I very interrest in JSP and wanna know can I use it like past? and if it
> can, Haw can I make it? and if Ican't use it can I use EXE file in JSP as
a
> oblect?
>     I had read about using of Bean and class, I think it's the same, isn't
> it?

You can't. JSP is Java (!) Server Pages. You can access every Java class in
your system's classpath, but you can't access anything what you can't access
from Java classes themself. As far as I know there is no possibility to
access DLLs from Java classes.

ciao!
Kai Hackemesser

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to