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!

java.lang.NoClassDefFoundError: java/lang/Object

Samuel RabiniDec 4 2015 — edited Jan 26 2016

Oracle version 11.2.0.3

I have some java classes loaded and some global functions calling them and everything was working fine. I was trying to load some new classes that I need for an application I'm developing and suddenly I'm receiving this error on any class I'm trying to load using the loadjava command:

ORA-29552: verification warning: java.lang.NoClassDefFoundError: java/lang/Object

If I try to call the global functions that were working before I receive the following error:

ORA-29532: Java call terminated by uncaught Java exception: java.lang.NoClassDefFoundError: java/lang/Object

I searched on internet and on the forums but I cannot find any explanations or any way to fix this error.

Can anyone help me?

Regards

SR

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2016
Added on Dec 4 2015
1 comment
1,817 views