< prev index next >

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

Print this page
rev 59105 : imported patch corelibs

@@ -58,11 +58,10 @@
 #define ARG_ERROR16     "Error: Option %s in %s is not allowed in this context"
 #define ARG_ERROR17     "Error: Cannot specify main class in this context"
 
 #define JVM_ERROR1      "Error: Could not create the Java Virtual Machine.\n" GEN_ERROR
 #define JVM_ERROR2      "Error: Could not detach main thread.\n" JNI_ERROR
-#define JVM_ERROR3      "Error: SPARC V8 processor detected;  Required V9 processors or better.\nUse JDK5 client compiler for V8 processors.\n" JVM_ERROR1
 
 #define JAR_ERROR1      "Error: Failed to load Main-Class manifest attribute from\n%s\n%s"
 #define JAR_ERROR2      "Error: Unable to access jarfile %s"
 #define JAR_ERROR3      "Error: Invalid or corrupt jarfile %s"
 

@@ -92,11 +91,11 @@
 #define JRE_ERROR1      "Error: Could not find Java SE Runtime Environment."
 #define JRE_ERROR2      "Error: This Java instance does not support a %d-bit JVM.\nPlease install the desired version."
 #define JRE_ERROR3      "Error: Improper value at line %d."
 #define JRE_ERROR4      "Error: trying to exec %s.\nCheck if file exists and permissions are set correctly."
 #define JRE_ERROR5      "Error: Failed to start a %d-bit JVM process from a %d-bit JVM."
-#define JRE_ERROR6      "Error: Verify all necessary Java SE components have been installed.\n(Solaris SPARC 64-bit components must be installed after 32-bit components.)"
+#define JRE_ERROR6      "Error: Verify all necessary Java SE components have been installed.\n"
 #define JRE_ERROR7      "Error: Either 64-bit processes are not supported by this platform\nor the 64-bit components have not been installed."
 #define JRE_ERROR8      "Error: could not find "
 #define JRE_ERROR9      "Error: Unable to resolve %s"
 #define JRE_ERROR10     "Error: Unable to resolve current executable"
 #define JRE_ERROR11     "Error: Path length exceeds maximum length (PATH_MAX)"
< prev index next >