Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6184 - Entrypoint and library must be specified

6184   Entrypoint and library must be specified

Cause

This error occurs if an external method definition omits the specification of the entry point and library identifying where the external method is implemented. These must be specified for external methods.

Action

Add the entry point and library names to the external method definition, in the following format.

method-header is entry-point-name in library-name;