Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

loading jar file (loadjava)

user482081Feb 22 2006 — edited Jun 21 2006
I tried to load jaxrpc.jar, saaj.jar, axis.jar, etc., all of which came from Apache Axis 1.3 package. First I tried to load jaxrpc.jar and got many errors. For example:

errors : class javax/xml/namespace/QName
ORA-29545: badly formed class:

This is just one of the error message (many of them appeared).

The class is actually in the jaxrpc.jar file, and surprisingly, in CREATE$JAVA$LOB$TABLE table, I saw this classes was loaded. So I don't know the loading was succesful or not.

From the above error message, seems that compiler version may not match: my Oracle is 9.2 which I believe has JDK 1.3, but Axis 1.3 is for JDK 1.4. So that's why it said "badly formed class" ? And why the class was still loaded into table?

Any advices will be very appreciated

Thanks

gary
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2006
Added on Feb 22 2006
9 comments
20,504 views