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