Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: problems with loadjava
krompass_at_fmi.uni-passau.de (Stefan Krompass) wrote in message news:<6f58eb57.0208012311.6d5cdf5f_at_posting.google.com>...
> > If loadjava can't even locate java.lang or java.util packages then
> > either you don't have JRE installed or your CLASSPATH is not set
> > properly. Open loadjava in edit mode and check JRECLASSPATH variable.
> >
>
> I've tried loading other classes which have no dependencies between
> each other. In this case, nothing goes wrong...
> Which classes are expected in the JRECLASSPATH?
> JRECLASSPATH=/oracle/YO1/JRE/lib/rt.jar:/oracle/YO1/JRE/lib/i18n.jar:$ORACLE_HOME/lib/aurora_client.jar:/oracle/YO1/jlib/javax-ssl-1_1.jar:/oracle/YO1/jlib/jssl-1_1.jar:$ORACLE_HOME/jdbc/lib/classes111.zip:$ORACLE_HOME/sqlj/lib/translator.zip:$ORACLE_HOME/javavm/lib/aurora.zip
> export JRECLASSPATH
>
> Stefan
Next thing to do is when loading, provide fully qualified path to your .jar file and include your .jar file in classpath. Looks like the resolver cannot locate your .jar file. If this does not resolve it, then search on Metalink. I know there have been lots of issues reported regarding loadjava and jar files.
HTH
//Rauf Sarwar
Received on Fri Aug 02 2002 - 17:16:36 CDT
![]() |
![]() |