Can anyone tell me why a Java agent that calls the Oracle 9i thick driver generates the following error at run-time?
03/07/2005 04:50:28 PM Agent error: java.lang.UnsatisfiedLinkError: Can’t find library ocijdbc9 (ocijdbc9.dll) in java.library.path
java.library.path=C:\Domino\Code;.;C:\WINNT\system32;C:\WINNT;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32\Bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\system32\nls;C:\WINNT\system32\nls\ENGLISH;C:\Domino\Code;
JavaUserClasses is set in NOTES.INI
PATH= is set at the OS level
DECS is being loaded on the Domino server
Can’t figure this one out. Help! (I can post the source code later if you’d find that helpful, but I think this is a setup/configuration issue).