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

前端 未结 5 983
梦毁少年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:41

    Always use the latest JDBC driver.

    Refer to this link where all Java developer tools are described on how to choose the JDBC drivers.

提交回复
热议问题