Oracle Solution for Error ora-29500

Solution for Oracle Error ORA-29500

ORA-29500: NAMED keyword is invalid in CREATE JAVA CLASS

What triggered the Error:

NAMED keyword was specified in the CREATE JAVA CLASS statement. NAMED keywords are valid only in CREATE JAVA SOURCE or RESOURCE statements.

What should we do to fix it:

move the NAMED keyword from the CREATE JAVA CLASS statement.