no ocijdbc10 in java.library.path
Posted
by
B.Z.B
on Stack Overflow
See other posts from Stack Overflow
or by B.Z.B
Published on 2011-02-23T15:21:21Z
Indexed on
2011/02/23
15:25 UTC
Read the original article
Hit count: 224
Hey all,
So I've been plagued by this issue, whenever I try to run my app in eclipse, I get this error.
2011-02-23 09:55:08,388 ERROR (com.xxxxx.services.factory.ServiceInvokerLocal:21) -
java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
I've tried following the steps I found here with no luck. I've tried this on a XP VM as well as windows 7 (although in win 7 I get a different error, below)
java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
I've made sure my oracle client was ok (by running TOAD) and I also re-added the classes12.jar / ojdbc14.jars to my WEB-INF/lib folder taken directly from my %ORACLE_HOME% folder (also re-added them to the lib path). I've also tried just adding the ojdbc14.jar without the classes12.jar. Any suggestions appreciated.
In the XP VM I have my PATH variable set to C:\Program Files\Java\jdk1.6.0_24\bin;C:\ORACLE\product\10.2.0.1\BIN. I'm using Tomcat server 5.0
© Stack Overflow or respective owner