I am trying to execute dropjava command to drop a jar file in the database....
dropjava -u username/password@schema -v -r abc.jar
... but it is giving me the following error:
ORA-29537: class or resource cannot be created or dropped directly
What is the problem?
I loaded the JAR using this command:
loadjava -u username/password@schema -v -r -f abc.jar