Servlet compilation error

Hello to all,

I am using SDK V. 5 with Mysql, When I run the program with jsp and mysql it works.

but when i go to compile servlet program to the SDK, it shows error.

It not support the function.

Class.forName("com.mysql.jdbc.Driver());

How I solve it.

Thanks

[302 byte] By [mann650a] at [2007-10-2 5:50:12]
# 1
Write that line as Class.forName("com.mysql.jdbc.Driver");
aniseeda at 2007-7-16 1:59:35 > top of Java-index,Administration Tools,Sun Connection...