Results 1 to 5 of 5

Thread: Package oracle.jdbc.driver does not exist

  1. #1
    Geek_Guest
    Guest

    Package oracle.jdbc.driver does not exist

    While I try to establish a connection between Java and Oracle like: DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());raise an error: Package oracle.jdbc.driver does not exist

    Why this's happen?
    Please tell me
    Adit

    Question asked by visitor adit

    Last edited by Geek_Guest; 07-10-2007 at 06:55 AM.

  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Package oracle.jdbc.driver does not exist

    Is oracle installed on your system. ?


  3. #3
    Junior Member
    Join Date
    Jul 2007
    Answers
    12

    Re: Package oracle.jdbc.driver does not exist

    It really means that it cant find the corresponding package in the classpath, make sure to include the ojbdc14.jar(or anything else that contain the implimentation class files of jdbc interface) in the classpath.


  4. #4
    Junior Member
    Join Date
    Dec 2008
    Answers
    1

    Re: Package oracle.jdbc.driver does not exist

    check whether the class path is configured proerply...
    In command prompt type c:>set classpath and press enter whether the path is pointing to java folders?


  5. #5
    Junior Member
    Join Date
    Mar 2009
    Answers
    28

    Wink Re: Package oracle.jdbc.driver does not exist

    PLease set the classpath at environment variable.

    right click on "Mycomputer">properties>advance>environment variable
    try it


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact