Hi Jack,
Do you get a JSP compilation error or some exception?
(ClassNotFoundException etc.)
<@ page ... %> is a JSP 1.0 syntax for indicating the package imports.
Please make sure that your Servlet Engine (actually the JSP compiler) can
understand JSP 1.0.
jacs
-----Original Message-----
From: Jack Huang [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 13, 2000 5:29 AM
To: [EMAIL PROTECTED]
Subject: import the package into the jsp
Hi,
I try to import my own developed package into the java
servlet pages file. But it doesn't work.
<%@ page language="java" import="myStuff.*" %>
What should I do?
To tell the classpath or somethings else?
Thank you for your help.
Best regards
=====
Jack Huang
Software Engineer
ComView Systems
www.comview.com
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
___________________________________________________________________________
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