I have been doing the java project using JBuilder 2.0 as front end and oracle 8i as back-end .I can't connect to oracle using JBuilder 2.0 please say detailed code for that coding. whether i have to import extra other than import java.sql.*; when ever i import the import oracle.jdbc.driver.Error"cannot access directory oracle/jdbc/driver".

Showing Answers 1 - 3 of 3 Answers

Mo. Haroon

  • Oct 23rd, 2005
 

I work on Java/j2ee with weblogic server. I face some problems to run the servlet programs and in J2ee entity bean program. So, i want to the exact procedure of execution.

                  Thanks! 

  Was this answer useful?  Yes

Senthil

  • Nov 22nd, 2005
 

hi, i look into your problem. You have to set the oracle connection driver in your JBulider. Otherwise you will got the similar error.And you have to assign those oracle driver in environment variable in your OS or assign in classpath.

  Was this answer useful?  Yes

Arijit

  • Jul 11th, 2007
 

Add the classes12.zip or the classes12.jar file in your class path.That should remove that error

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.