Error: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

Hello Friends,

You may have come across “java.lang.ClassNotFoundException: com.mysql.jdbc.Driver” error/exception while working with java and JDBC. The error occurs mainly when we try to connect to the mySql database from our java code. The error message itself give the clear indication about what we are missing. It says that it is unable to find the Class – “com.mysql.jdbc.Driver”. Continue reading “Error: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver”

Check Apache Server after Installation.

Hello Friends,

In my previous article, we have seen how to install the Apache Server. Now, after installation we can confirm that whether the installation was a successful one or not, because many times even after successful installation the server doesnot starts or it doesn’t work. So lets check the it before using it with any script. Continue reading “Check Apache Server after Installation.”

Error 107 (net::ERR_SSL_PROTOCOL_ERROR)

Hello Friends,

This is one of the tutorials regarding the error occurred while navigating through the browser accessing the web pages.

Most of you use various browsers for browsing for example Firefox,IE or may be a Chrome browser. Sometimes while accessing some webpages you may come accross some Error saying “security protocol not compatible with the site’s certificate requires some registry software”. This is the most commonly seen problem when using Chrome and IE browser. Continue reading “Error 107 (net::ERR_SSL_PROTOCOL_ERROR)”