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 -> Re: Loadjava won't load jar

Re: Loadjava won't load jar

From: Bob Maggio <rmaggio_at_NOSPAMcourts.state.ny.usNOSPAM>
Date: Fri, 19 Apr 2002 20:19:47 GMT
Message-ID: <3CC07C55.51E3497A@NOSPAMcourts.state.ny.usNOSPAM>


It seems like there were 138 classes that couldn't be resolved. I tried using alter java class "CLASS_NAME" resolve and work my way back, but I wold eventually get to a class that said " ORA-29545: badly formed class: verifyReturnCode   overrides a final method" error. This was usually the com\sybase\jdbc2\jdbcSybXAResource11.class or the previous one, depending on the version(I tried both old and new drivers). But that message didn't lead me to another place. Was this the wrong method for resolving and finding out which it needs?

"Vladimir M. Zakharychev" wrote:

> Which classes are not resolved? You see, JVM in Oracle differs quite seriously
> from standard Sun JVM, especially when it comes to java.sql.* and JDBC.
> I would try to throw more information your way if you provide me with at
> least partial, but representative list of classes Oracle failed to resolve, which
> means it didn't find referenced classes in resolver path, and classes it didn't
> find (use show errors java class "className" in SQL*Plus to see
> compiler/resolver error). Actually, this information can get you going alone.
>
> --
> Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com
> Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
> All opinions are mine and do not necessarily go in line with those of my employer.
>
> "Bob Maggio" <rmaggio_at_NOSPAMcourts.state.ny.usNOSPAM> wrote in message
> news:3CBB0203.D11B11BF_at_NOSPAMcourts.state.ny.usNOSPAM...
> > Has anyone ever tried loading Sybase jar files (jconn2.jar) for the
> > sybase driver into oracle? I am trying to write a small connecter that
> > can be called via an Oracle pl/sql statment but the code needs the
> > Sybase jar files to connect. Alone the code works fine, but trying to
> > load into Oracle 8.1.7, I get "cannot resolve" ORA 12534 errors. I am
> > unable to compile the programs separately. Any suggestions on getting
> > these classes into Oracle?
> > Thanks
> > Bob Maggio
> > rmaggio_at_courts.state.ny.us
> >
Received on Fri Apr 19 2002 - 15:19:47 CDT

Original text of this message

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