src/java.base/share/native/libjli/emessages.h
changeset 55000 f11f2a4210b5
parent 50453 f91927a2c8d3
equal deleted inserted replaced
54999:98ed47cd114a 55000:f11f2a4210b5
    36 #define JNI_ERROR       "Error: A JNI error has occurred, please check your installation and try again"
    36 #define JNI_ERROR       "Error: A JNI error has occurred, please check your installation and try again"
    37 #define JNI_ERROR1      "Error: can't find JNI interfaces in: %s"
    37 #define JNI_ERROR1      "Error: can't find JNI interfaces in: %s"
    38 
    38 
    39 #define ARG_INFO_ENVVAR "NOTE: Picked up %s: %s"
    39 #define ARG_INFO_ENVVAR "NOTE: Picked up %s: %s"
    40 #define ARG_WARN        "Warning: %s option is no longer supported."
    40 #define ARG_WARN        "Warning: %s option is no longer supported."
       
    41 #define ARG_DEPRECATED  "Warning: %s option is deprecated and may be removed in a future release."
    41 
    42 
    42 #define ARG_ERROR1      "Error: %s requires class path specification"
    43 #define ARG_ERROR1      "Error: %s requires class path specification"
    43 #define ARG_ERROR2      "Error: %s requires jar file specification"
    44 #define ARG_ERROR2      "Error: %s requires jar file specification"
    44 #define ARG_ERROR3      "Error: The -J option should not be followed by a space."
    45 #define ARG_ERROR3      "Error: The -J option should not be followed by a space."
    45 #define ARG_ERROR4      "Error: %s requires module path specification"
    46 #define ARG_ERROR4      "Error: %s requires module path specification"