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

Home -> Community -> Usenet -> c.d.o.server -> using jar-ressources in the database

using jar-ressources in the database

From: Ralf Jonas <scraponly_at_hotmail.com>
Date: Wed, 19 Nov 2003 12:02:56 +0100
Message-ID: <bpfime$1n34k5$1@ID-6634.news.uni-berlin.de>


Hi,

I've some trouble using a previously loaded xxx.jar file from a java class. I loaded a 3rd party library like this:

loadjava -user xxx/yyy -jarasresource -verbose -resolve /the_path_to_the_jar_file

The jar file is loaded as a ressource without any warnings or errors.

Now I want to refer to classes of this ressouce from my java source. There are two java classes with compiles without errors in Oracle 9i Rel 2 but whenever I call the wrapping PL/SQL procedures I get an error message, that the referenced classes which are inside the jar ressource can't be found.

Outside Oracle all is fine, but I need this classes inside Oracle because these classes computes some checksums for session authentication and are called from inside a logon trigger.

Any hints?

Thanks

   Ralf Received on Wed Nov 19 2003 - 05:02:56 CST

Original text of this message

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