Hi !
I noticed the same problem. I switched back from the JSWDK 1.0 EA2 to the
package with the name JSP1.0 and it was working fine.
This seems to be a bug with the import directive in the JSWDK 1.0 EA2 !
Michael
----- Original Message -----
From: Magn�s ��r Torfason <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 05, 1999 4:36 PM
Subject: What is going on with my import statement ???
> Trying to use database connectivity, I would like to import java.sql.*,
i.e.
>
> <%@ page import="java.sql.*" %>
> <%! static Connection conn; %>
>
> But it returns an unspecified error. When I replace it with the line:
>
> <%! static java.sql.Connection conn; %>
>
> everything works fine.
>
> What is going on, where is my error ???
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JSP-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".