Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6303 - Cannot import package - class already imported from another package - see jommsgs

6303   Cannot import package - class already imported from another package - see jommsgs

Cause

This error occurs if you attempt to import a package containing a class that has already been imported from another package. To prevent potentially ambiguous or conflicting local method definitions, this is not allowed.

The name of the imported package and class can be found in your JADE messages (jommsg.log) log file.

Action

Remove the conflicting package definition.