Hi all,
I saved my connector/j jar file into this location C:\ ... \Java\jre6\lib\ext as well as in $CATALINA_HOME/common/lib and i am using this code in the JSP :
Class.forName("com.mysql.jdbc.Driver").newInstance();
I am getting below driver error message. Somebody please help me out.
javax.servlet.ServletException: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
My jar file name is mysql-connector-java-5.1.13-bin.jar.