Dolla,

It looks like a Java syntax error in your import.

BTW, You'll get better help for your jsp coding issues at the Sun's Servlet/JSP mailing list.

Thank you,
Edmon

Dola Woolfe wrote:

...Thanks, but how do I know what file the problem
occurs in. It doesn't tell me what it fails to
compile. From the browser's point of view everything
works correctly.

Also, I'm note quite sure about the colons and
semicolons. I think I use neither, I use a comma.

Dola


--- Parsons Technical Services <[EMAIL PROTECTED]> wrote:



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]






__________________________________________________
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]



Reply via email to