package oracle.jdbc.driver does not exist
I get the java compiler error "package oracle.jdbc.driver does not exist"
when I'm trying to import JDBC Driver with command:
import oracle.jdbc.pool.OracleDataSource
What's wrong with that?
I'm using OracleClient 11.0.2.
JDBC is installed in C:\app\user\product\11.2.0\client_1\jdbc\
Thanks so far.