Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help resolving "No ocijdbc8 in java.library.path" with JDeveloper 3 and Oracle8i
Jocob,
I assume you are running "JDeveloper 3.0 (JDK 1.2.2)"..
Go to the BIN directory off of JDeveloper (i.e. C:\program files\oracle\jdeveloper 3.0\bin) and edit JDEVELOPER.INI
Look for this section:
[Ferrari]
; JDK overrides Java_Default_Paths setting when JDK12VM=ferrari
JDK=java version "JDK1.2.2_JDeveloper"
; These remaining entries are the default Ferrari VM initialization
parameters
JLP=-Djava.library.path=.;..\java1.2\bin;..\java1.2\jre\bin SLP=-Dsun.boot.library.path=.;..\java1.2\bin;..\java1.2\jre\bin IHS=-Xms12m
Add the path to your %ORACLE_HOME%\BIN (i.e. C:\orant\bin) to both the JLP and SLP areas. Mine looks like this
JLP=-Djava.library.path=.;..\java1.2\bin;..\java1.2\jre\bin;C:\orant\bin SLP=-Dsun.boot.library.path=.;..\java1.2\bin;..\java1.2\jre\bin;C:\orant\bin
That should work.
Take Care,
Rob Clevenger
rob_at_robsite.org
On Thu, 2 Dec 1999 11:29:10 +0100, "Jacob" <jacmads_at_hotmail.com> wrote:
>Hi all
>
>Sorry about asking this question again....
>
>When I try to use the "Oracle OCI-8" JDBC driver to connect to my Oracle8i
>server, i keep getting "No ocijdbc8 in java.library.path". I believe it can
>be solved by inserting a reference to the JDBC driver located in
>"\JDeveloper 3.0\jdbc\lib\oracle8.1.5" or "oracle8.1.6sdk". But I don't know
>exactly how to do this. I haven't been able to find it anywhere in
>documentation. Can somebody help?
>
>Thanks in advance!
>
>Jacob
>
Received on Tue Dec 14 1999 - 03:35:46 CST
![]() |
![]() |