UnsatisfiedLinkError exception loading native library: oranjni10
I'm trying to install Oracle 10G DB on my Windows XP box. When netca.bat is initiated I get this error:
java.lang.UnsatisfiedLinkError: jniGetOracleHome
at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
at oracle.net.ca.NetCA.main(Unknown Source)
Oracle Net Services configuration failed. The exit code is -1
with the popup error "The procedure entry point xqcGetXQXDOM could not be located in the dynamic link library oraxml10.dll
I've made sure my $ORACLE_HOME\bin is included in the beginning of the Path. This works on my laptop, but not my pc. I've looked into the code a bit and it seems to be coming from $ORACLE_HOME\jlib\netcfg.jar specifically in OracleJNI.java
Any suggestions?