View Single Post
  #2 (permalink)  
Old 08-03-2007, 07:04 PM
netrista netrista is offline
Member
 
Join Date: Aug 2007
Posts: 2
netrista is on a distinguished road
Hello Leo,

Try putting the full path to the Oracle classes12.zip file at the front of the CLASSPATH. Also remove the extra space between the \ and classes12.zip.

Before you test with an app, ensure the driver returns version information by running this command on the command line:

java oracle.jdbc.driver.OracleDriver

If that command does not work, you still have environment problems and need to revisit before you test with the app.

Best regards,
Netrista Khatam
Technical Services Manager
OpenLink Product Support
Reply With Quote