Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The "Java.lang.noclassdeffoundError: java/SQL/driver" error message indicates that the Java Virtual Machine (JVM) tried to load a particular class, but was unable to find the definition of that class. In this case, the class it was trying to load is the "java.sql.Driver" class, which is used for JDBC database connectivity. This error message typically occurs when there is a problem with the classpath or when the required JDBC driver is not present in the classpath.