I have simple class. Then I try to compile and run it I see ClassNotFoundException.
import java.sql.*; public class DBProcessor{ private static String serverAd
You need to link the driver to your IDE. if you're using Netbeans, right click on Libraries, Add jar/folder then browse to the driver.