java.lang.UnsatisfiedLinkError: no ocijdbc11 in java. library.path

前端 未结 5 2090
刺人心
刺人心 2020-12-11 19:08

i am trying to make jdbc oci connection to oracle 11g that uses os authentication

i made a sample console applicat

5条回答
  •  攒了一身酷
    2020-12-11 20:06

    If u are using Eclipse with Jboss 6.1.0 disturbution .it will shown error Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc11 in java. library.path Solution : copy ocijdbc11.dll from oracle\product\11.2.0\client_1\BIN and paste in to

    D:\jboss-6.1.0.Final\bin\native

提交回复
热议问题