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

Home -> Community -> Usenet -> c.d.o.tools -> Re: stuck with loadjava

Re: stuck with loadjava

From: crappy <crappygolucky_at_hotmail.com>
Date: 24 Jul 2001 15:23:04 -0700
Message-ID: <ce31c410.0107241423.4ef751a2@posting.google.com>

that particular class should be in the translator.zip file. (ORACLE_HOME/sqlj/lib). you might try making sure that file exists. also, look in your loadjava.bat (since you appear to be using NT) to make sure it is includind that zip in the classpath when running the loadjava class.

if that doesn't help, it would be good to know exactly which version of oracle you are using, and if you are trying to do the loadjava from a remote client or directly on the server?

default <unbekannt_at_bwg.sbs.de> wrote in message news:<3B5D882A.3C842630_at_bwg.sbs.de>...
> my second try with oracle 8i tool loadjava produces as follows:
>
> C:>loadjava -u mbarq/mario_at_buck:1526:mbarq -t -v mBarqClient.java
> internal error: unanticipated exception: java.lang.NoClassDefFoundError:
> oracle/aurora/sqljdecl/SqljDecl
> java.lang.NoClassDefFoundError: oracle/aurora/sqljdecl/SqljDecl
> at
> oracle.aurora.server.tools.SourceFileReader.getScanner(SourceFileReader.java:52)
>
> at
> oracle.aurora.server.tools.SourceFileReader.getFirstName(SourceFileReader.java:61)
>
> at
> oracle.aurora.server.tools.LoadJava.processLoadAndCreate(LoadJava.java:1094)
>
> at
> oracle.aurora.server.tools.LoadJava.process(LoadJava.java:1021)
> at
> oracle.aurora.server.tools.LoadJavaMain.run(LoadJavaMain.java:193)
> at
> oracle.aurora.server.tools.LoadJavaMain.main(LoadJavaMain.java:49)
> loadjava: 1 errors
>
> So how to resolve this problem?
>
> Klaus Kewel
Received on Tue Jul 24 2001 - 17:23:04 CDT

Original text of this message

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