Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Loading a Jar file in Oracle with loadjava, problems
When trying to load a .jar file with the command
loadjava -v -u username/password -r .jar
I get a bunch of errors like
resolving: class net/sf/hibernate/AssertionFailure
errors : class net/sf/hibernate/AssertionFailure
ORA-29534: referenced object
AUTHOR.net/sf/hibernate/exception/NestableRuntimeException could not be
resolved
The class NestableRuntimeException is in the jar file.
I can load a simple jar that was compiled with the oracle native jvm ($ORACLE_HOME/jdk/bin/javac), but when I'm trying to import jars I downloaded from the internet, I get unresolved errors.
Questions: