Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help resolving "No ocijdbc8 in java.library.path" with JDeveloper 3 and Oracle8i

Re: Help resolving "No ocijdbc8 in java.library.path" with JDeveloper 3 and Oracle8i

From: Rob Clevenger <rob_at_no-spam-please-robsite.org>
Date: Tue, 14 Dec 1999 09:35:46 GMT
Message-ID: <kl3c5s05tgup525o4c9cmq9sh5e0qkfjhe@4ax.com>


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

PREBCP=-Xbootclasspath/p:..\classes;..\lib\vbjorb.jar;..\aurora\lib\aurora_client.jar;..\aurora\lib\jasper.zip;..\aurora\lib\vbjtools.jar;..\aurora\lib\vbjorb.jar;..\aurora\lib\vbjapp.jar;..\aurora\lib\vbj30ssl.jar;..\aurora\lib\aurora.zip ADDBCP=-Xbootclasspath/a:..\java1.2\jre\bin\debugger\debugger.jar;..\java1.2\jre\bin\debugger\jpda.jar;..\java1.2\lib\tools.jar;..\jdbc\lib\oracle8.1.6\classes12.zip FIX=-Ddisposewindowfix=1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US