|
Setting up class path for Eclipse
Hello,
I am a newbie at Java programing and am not able to use JDBC to connect to an Oracle database.
I've read some threads for people who had this same issue (import oracle.jdbc.driver.OracleDriver; --ClassNotFound) and copied the file $ORACLE_HOME/jdbc/lib/classes12.zip to /usr/local/jdk1.5/jre/lib, but no success. So I wonder how should I get this to work. Programming on Java with Oracle database access is my major goal, so I'd appreciate every help.
I use Eclipse IDE running on Kubuntu 7.10 - Oracle 10G R2.
|