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

Reply via email to