to run jsp in tomcat server
I have tried to run jsp code to connect to the MS access database using tomcat server .I had imported the sql package using page directive.but the browser is showing the error.
C:\Tomcat\work\Standalone\localhost\_\controller_jsp.java:8: 'class' or 'interface' expected
import java.sql.*;;
I had also set the path but it showing the same error
Can anyone rectify my problem.?

