ERROR | class string already defined by source string |
CAUSE | 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. |
ACTION | Either drop the old source or modify the new source. |