Hi all,
I saved my connector/j rar file into this location C:\ ... \Java\jre6\lib\ext
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