Jon Haugsand wrote:
> It looks like the mbean is registrated, but I get error message that
> complain with "no ocijdbc8 in java.library.path"

The OCI driver comes with a native library (probably called ocijdbc8.dll
on Windows, or libocijdbc8.so on Unix), which the Java executable needs
to be able to find.  On Windows, put the directory containing the DLL in
your PATH; on Solaris, put the directory containing the .so in your
LD_LIBRARY_PATH.

Benjamin


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to