When I try to load a jar containing an interface in Oracle12c thanks to this command:
loadjava -v -r -u user@localhost:1521:SCM -resolver "((* SCM) (* PUBLIC) (* -))" C:\PATH\message-sender-0.1.0-SNAPSHOT.jar
All classes are well loaded but no one interface is known. I have this error:
ORA-29552: avertissement de vérification : java.lang.NoClassDefFoundError: com/yyy/xxx/MessageSender
Any idea?
Regards.