uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE55006-E

The main method was not found.

Description
The public static void main(String[]) method or the public static int main(String[]) method does not exist in the batch application.
Action
Execute a class in which a method containing the signature of public static void main(String[]) or public static int main(String[]) is defined.