DOH......

PLEASE ignore that second line.

And to clarify the first line is doing two imports. java.util.* and ddr.*

Doug

----- Original Message ----- From: "Parsons Technical Services" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
Sent: Sunday, January 23, 2005 6:41 PM
Subject: Re: Syntax error on toekn "import"



Post your code section where you are doing the imports.
Missing semicolon or colon instead of semi.
Incorrect syntax could actually be on the line before the import statement as well.


<%@ page import="java.util.*,ddr.*" %>
<%@ page import="java.sql.*" %>

Doug

----- Original Message ----- From: "Dola Woolfe" <[EMAIL PROTECTED]>
To: "Tom Cat" <tomcat-user@jakarta.apache.org>
Sent: Sunday, January 23, 2005 5:44 PM
Subject: Syntax error on toekn "import"



Hi,

Just switched to a certain extent to 5.5 (hero).

I'm getting
Sintax error on toekn "import", Identifier exprected
after this token.

but the stack trace does not refer to any of my
classes or jsp pages. Where can I start looking for
this error?

Dola

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to