< prev index next >

src/java.base/share/native/libjli/emessages.h

Print this page




  90 #define JRE_ERROR11     "Error: Path length exceeds maximum length (PATH_MAX)"
  91 #define JRE_ERROR12     "Error: Exec of %s failed"
  92 #define JRE_ERROR13     "Error: String processing operation failed"
  93 
  94 #define SPC_ERROR1      "Error: Specifying an alternate JDK/JRE version is no longer supported.\n  The use of the flag '-version:' is no longer valid.\n  Please download and execute the appropriate version."
  95 #define SPC_ERROR2      "Error: Specifying an alternate JDK/JRE is no longer supported.\n  The related flags -jre-restrict-search | -jre-no-restrict-search are also no longer valid."
  96 
  97 #define DLL_ERROR1      "Error: dl failure on line %d"
  98 #define DLL_ERROR2      "Error: failed %s, because %s"
  99 #define DLL_ERROR3      "Error: could not find executable %s"
 100 #define DLL_ERROR4      "Error: loading: %s"
 101 
 102 #define REG_ERROR1      "Error: opening registry key '%s'"
 103 #define REG_ERROR2      "Error: Failed reading value of registry key:\n\t%s\\CurrentVersion"
 104 #define REG_ERROR3      "Error: Registry key '%s'\\CurrentVersion'\nhas value '%s', but '%s' is required."
 105 #define REG_ERROR4      "Failed reading value of registry key:\n\t%s\\%s\\JavaHome"
 106 
 107 #define SYS_ERROR1      "Error: CreateProcess(%s, ...) failed:"
 108 #define SYS_ERROR2      "Error: WaitForSingleObject() failed."
 109 

 110 
 111 
 112 #endif /* _EMESSAGES_H */


  90 #define JRE_ERROR11     "Error: Path length exceeds maximum length (PATH_MAX)"
  91 #define JRE_ERROR12     "Error: Exec of %s failed"
  92 #define JRE_ERROR13     "Error: String processing operation failed"
  93 
  94 #define SPC_ERROR1      "Error: Specifying an alternate JDK/JRE version is no longer supported.\n  The use of the flag '-version:' is no longer valid.\n  Please download and execute the appropriate version."
  95 #define SPC_ERROR2      "Error: Specifying an alternate JDK/JRE is no longer supported.\n  The related flags -jre-restrict-search | -jre-no-restrict-search are also no longer valid."
  96 
  97 #define DLL_ERROR1      "Error: dl failure on line %d"
  98 #define DLL_ERROR2      "Error: failed %s, because %s"
  99 #define DLL_ERROR3      "Error: could not find executable %s"
 100 #define DLL_ERROR4      "Error: loading: %s"
 101 
 102 #define REG_ERROR1      "Error: opening registry key '%s'"
 103 #define REG_ERROR2      "Error: Failed reading value of registry key:\n\t%s\\CurrentVersion"
 104 #define REG_ERROR3      "Error: Registry key '%s'\\CurrentVersion'\nhas value '%s', but '%s' is required."
 105 #define REG_ERROR4      "Failed reading value of registry key:\n\t%s\\%s\\JavaHome"
 106 
 107 #define SYS_ERROR1      "Error: CreateProcess(%s, ...) failed:"
 108 #define SYS_ERROR2      "Error: WaitForSingleObject() failed."
 109 
 110 #define EXCEPTION_ERROR "\nError: Exception was thrown from the UncaughtExceptionHandler in thread \"main\""
 111 
 112 
 113 #endif /* _EMESSAGES_H */
< prev index next >