|
Home > Archive > WebSphere Application Server > May 2004 > java.library.path ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
java.library.path ?
|
|
| Frank A 2004-05-29, 11:35 pm |
| Hi,
I'm trying to use the Oracle OCI driver on a Windows installation of
WebSphere. I created the JDBC provider, but I am getting an error that the
ocijdbc9.dll file cannot be located in java.library.path. The output shows
the value of java.library.path and it does not contain the directory the DLL
resided (c:\oracle\ora9\bin).
How do I add it?
How does WebSphere / Java build the java.library.path variable on WIndows?
Thanks..
| |
| Ken Hygh 2004-05-29, 11:35 pm |
| Frank A wrote:
>Hi,
>
>I'm trying to use the Oracle OCI driver on a Windows installation of
>WebSphere. I created the JDBC provider, but I am getting an error that the
>ocijdbc9.dll file cannot be located in java.library.path. The output shows
>the value of java.library.path and it does not contain the directory the DLL
>resided (c:\oracle\ora9\bin).
>
>How do I add it?
>
>How does WebSphere / Java build the java.library.path variable on WIndows?
>
>Thanks..
>
>
>
>
>
From the PATH environment variable.
Ken
|
|
|
|
|