I wrote a java class to connect to database (DBManager.class) and then use JSP to call the java class to get the output that is read from the database. Here, i use Apache tomcat.
it gives me an error when i try in my browser
here the message error:
org.apache.jasper.JasperException: Unable to compile class for JSP
Generated servlet error:
The import DBManager cannot be resolved
could anyone help me please ?
how can i resolve this error ? explain me in detail please. . :'(