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