Oracle Error ORA-29542: class string already defined by source string

Oracle Error Message

ORA-29542: class string already defined by source string

Reason for the Error

An attempt was made to create a Java source object that would define a class that is already defined by a different Java source object.

Solution

Either drop the old source or modify the new source.