jdk/src/share/bin/emessages.h
changeset 2598 6f980e1d6e31
parent 399 bcc2354430ff
child 2624 1ae5a9028dd4
equal deleted inserted replaced
2597:31ee39bed77f 2598:6f980e1d6e31
    52 
    52 
    53 #define CLS_ERROR1      "Error: Could not find the main class %s.\n" JNI_ERROR
    53 #define CLS_ERROR1      "Error: Could not find the main class %s.\n" JNI_ERROR
    54 #define CLS_ERROR2      "Error: Failed to load Main Class: %s\n%s"
    54 #define CLS_ERROR2      "Error: Failed to load Main Class: %s\n%s"
    55 #define CLS_ERROR3      "Error: No main method found in specified class.\n" GEN_ERROR
    55 #define CLS_ERROR3      "Error: No main method found in specified class.\n" GEN_ERROR
    56 #define CLS_ERROR4      "Error: Main method not public\n" GEN_ERROR
    56 #define CLS_ERROR4      "Error: Main method not public\n" GEN_ERROR
       
    57 #define CLS_ERROR5      "Error: main-class: attribute exceeds system limits of %d bytes\n" GEN_ERROR
    57 
    58 
    58 #define CFG_WARN1       "Warning: %s VM not supported; %s VM will be used"
    59 #define CFG_WARN1       "Warning: %s VM not supported; %s VM will be used"
    59 #define CFG_WARN2       "Warning: No leading - on line %d of `%s'"
    60 #define CFG_WARN2       "Warning: No leading - on line %d of `%s'"
    60 #define CFG_WARN3       "Warning: Missing VM type on line %d of `%s'"
    61 #define CFG_WARN3       "Warning: Missing VM type on line %d of `%s'"
    61 #define CFG_WARN4       "Warning: Missing server class VM on line %d of `%s'"
    62 #define CFG_WARN4       "Warning: Missing server class VM on line %d of `%s'"