How to add the ojdbc jar to my project and use it

前端 未结 5 1031
梦毁少年i
梦毁少年i 2021-01-15 16:32

I need some help with the eclipse.

I have a project which need to connect to oracle databases so i have the ojdbc jar file and a simple project.

try          


        
5条回答
  •  佛祖请我去吃肉
    2021-01-15 16:49

    To Add ojdbc14.jar file into the project In Eclipse under project folder->WEB-INF->lib then Right click lib folder-> Build Path->Configure Build Path->Under Libraries->Click on Add External Jars->Computer->Local Disk (C:)->oraclexe->app->oracle->product->10.2.0->server->jdbc->lib->now select ojdbc14.jar

    Directly the path is C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jar

提交回复
热议问题