Netbeans with Oracle connection java.lang.ClassNotFoundException
- by Attilah
I use NetBeans 6.5 .
When I try to run the following code :
package com.afrikbrain.numeroteur16;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
*
* @author
*/
public class NumeroteurTest {
public NumeroteurTest() {
}
public void…