Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6183 - Cannot specify entrypoint and library for abstract method

6183   Cannot specify entrypoint and library for abstract method

Cause

This error occurs if a schema file attempts to define an entry point or library for an abstract external method. It is not valid to specify an entry point or library because an abstract method simply defines a signature and is never executed.

Action

Remove the entry point and library from the external method definition. Alternatively, make the method non-abstract by removing the abstract keyword from the method definition.