Results 1 to 4 of 4
  1. Thread Author  Thread Author    #1  

    Default Connection to Oracle Database

    Dears,

    We are developing an Android application will connect to Oracle DB.
    I have problem with JDBC library dependencies.

    I always get (java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver) error, this happened when the Class.forName ("oracle.jdbc.OracleDriver") didn't find the JDBC library.
    At my case I double checked that my ojdbc6.jar library is existed correctly at build path.

    Is there any farther configuration I've missed ?
    Regarding libraries dependencies, is there any difference at development between J2SE and Android application ?

    IDE: Eclipse SDK 4.2 with Android
    Android target platform: 2.3.3

    Thanks and best regards,
    Tiny
  2. #2  

    Default Re: Connection to Oracle Database

    do you have the jar file under the "lib" directory of your eclipse android project?
    Last edited by annahid; 09-12-2012 at 11:50 AM.
  3. Thread Author  Thread Author    #3  

    Default Re: Connection to Oracle Database

    There's no "lib" folder at eclipse Android project.
    Instead there's "libs" folder, I added the JDBC library inside this folder.
    At other hand there's another library at "libs" folder, it's "android-support-v4.jar", thus I suppose that's "libs" is the correct place to add my libraries in.
    Should I create "lib" folder manually ?
  4. #4  

    Default Re: Connection to Oracle Database

    Forgive me for my typo. Yes, it is "libs". So it doesn't work there? Because I have used libraries like this. Sometimes cleaning the project and all its dependency projects helps. But I'm sure you already did that.

Similar Threads

  1. Please Help - Can not connect to my PC
    By alextodd16 in forum Motorola Droid
    Replies: 14
    Last Post: 05-08-2013, 07:52 AM
  2. Cannot connect to internet?
    By largeselection in forum Motorola Droid
    Replies: 7
    Last Post: 04-24-2013, 09:36 AM
  3. difficulty connecting to home wireless network
    By cornstarch in forum Motorola Droid
    Replies: 12
    Last Post: 07-16-2010, 09:36 PM
  4. Unable to Connect to Exchange on WiFi
    By sirmichael in forum HTC Droid Eris
    Replies: 1
    Last Post: 07-15-2010, 04:49 PM
  5. Replies: 2
    Last Post: 12-03-2009, 09:07 PM

Posting Permissions