I don't believe you import a jar file... the jar file should be in the
servers CLASSPATH and then you import the classes that you wish.

Dion

--
         \\|//
         (o o)
+----oOOo-(_)-oOOo--------------------------------------------------+
|   [EMAIL PROTECTED]   | "Where's the TV Guide ....                  |
| www.almaer.com/dion |  I need to plan my weekend!" - Martin Crane |
+-------------------------------------------------------------------+

On Mon, 11 Oct 1999, Dan Simser wrote:

> Hey,
>
> Just wondering what the correct syntax is to import a blah.jar file into a
> *.jsp file?
> I keep getting a "class blah not found to import." error.
> Here is what I currently am trying:
> <%@ import = "blah" %>
> I have also tried:
> <%@ import = "blah.jar" %>
> <%@ page import = "blah" %>
> <%@ page import = "blah.jar" %>
>
> Any help will be useful.
>
> Daniel Simser
>    Internet Development
>        [EMAIL PROTECTED]
>        Whitehorse Studios
>        4640 SW Macadam Ave. Suite 100
>        Portland, OR 97201
>        503.471.4200
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to