jdk/src/share/bin/emessages.h
changeset 2624 1ae5a9028dd4
parent 1323 e14a3b3536cd
parent 2598 6f980e1d6e31
child 5506 202f599c92aa
equal deleted inserted replaced
2589:af4853bc7e87 2624:1ae5a9028dd4
    48 
    48 
    49 #define JAR_ERROR1      "Error: Failed to load Main-Class manifest attribute from\n%s\n%s"
    49 #define JAR_ERROR1      "Error: Failed to load Main-Class manifest attribute from\n%s\n%s"
    50 #define JAR_ERROR2      "Error: Unable to access jarfile %s"
    50 #define JAR_ERROR2      "Error: Unable to access jarfile %s"
    51 #define JAR_ERROR3      "Error: Invalid or corrupt jarfile %s"
    51 #define JAR_ERROR3      "Error: Invalid or corrupt jarfile %s"
    52 
    52 
       
    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"
       
    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
       
    57 #define CLS_ERROR5      "Error: main-class: attribute exceeds system limits of %d bytes\n" GEN_ERROR
       
    58 
    53 #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"
    54 #define CFG_WARN2       "Warning: No leading - on line %d of `%s'"
    60 #define CFG_WARN2       "Warning: No leading - on line %d of `%s'"
    55 #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'"
    56 #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'"
    57 #define CFG_WARN5       "Warning: Unknown VM type on line %d of `%s'"
    63 #define CFG_WARN5       "Warning: Unknown VM type on line %d of `%s'"