Load the class com.sap.dbtech.jdbc.DriverSapDB:
Class.forName ("com.sap.dbtech.jdbc.DriverSapDB");
The class is registered in the JDBC Driver Manager.
If an exception of the class java.lang.ClassNotFoundException is triggered, the Java Virtual Machine could not find the JDBC driver. Add the JDBC driver to the environment variable CLASSPATH.