Can't import oracle.jdbc.pool.OracleDataSource
435360Apr 20 2005 — edited Sep 6 2005Hi, I hope anyone of you could help me out of this error. I'm very new to JDeveloper. This is the first time I practise with it.
I receive this error when I import the oracle.jdbc.pool.OracleDataSource. The error message is:
cannot access class oracle.jdbc.pool.OracleDataSource; file oracle\jdbc\pool\OracleDataSource.class not found
When I expand Tool -> Manage Libraties..., I found the package ORACLE JDBC is already in the library list AND even I add the CLASSPATH environment variable to point to classes12.jar (in my case is CLASSPATH=C:\jdev1012\jdbc\lib\classes12.jar), the error still not fixed.