jdk/src/java.base/share/native/libjli/emessages.h
changeset 27938 7f7f8bf64dd7
parent 25859 3317bb8137f4
child 32267 4e96a9ee01b1
equal deleted inserted replaced
27937:0c9f63e42e91 27938:7f7f8bf64dd7
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    70 #define CFG_ERROR6      "Error: could not open `%s'"
    70 #define CFG_ERROR6      "Error: could not open `%s'"
    71 #define CFG_ERROR7      "Error: no known VMs. (check for corrupt jvm.cfg file)"
    71 #define CFG_ERROR7      "Error: no known VMs. (check for corrupt jvm.cfg file)"
    72 #define CFG_ERROR8      "Error: missing `%s' JVM at `%s'.\nPlease install or use the JRE or JDK that contains these missing components."
    72 #define CFG_ERROR8      "Error: missing `%s' JVM at `%s'.\nPlease install or use the JRE or JDK that contains these missing components."
    73 #define CFG_ERROR9      "Error: could not determine JVM type."
    73 #define CFG_ERROR9      "Error: could not determine JVM type."
    74 
    74 
    75 
       
    76 #define SPC_ERROR1      "Error: Syntax error in version specification \"%s\""
       
    77 
       
    78 #define JRE_ERROR1      "Error: Could not find Java SE Runtime Environment."
    75 #define JRE_ERROR1      "Error: Could not find Java SE Runtime Environment."
    79 #define JRE_ERROR2      "Error: This Java instance does not support a %d-bit JVM.\nPlease install the desired version."
    76 #define JRE_ERROR2      "Error: This Java instance does not support a %d-bit JVM.\nPlease install the desired version."
    80 #define JRE_ERROR3      "Error: Improper value at line %d."
    77 #define JRE_ERROR3      "Error: Improper value at line %d."
    81 #define JRE_ERROR4      "Error: trying to exec %s.\nCheck if file exists and permissions are set correctly."
    78 #define JRE_ERROR4      "Error: trying to exec %s.\nCheck if file exists and permissions are set correctly."
    82 #define JRE_ERROR5      "Error: Failed to start a %d-bit JVM process from a %d-bit JVM."
    79 #define JRE_ERROR5      "Error: Failed to start a %d-bit JVM process from a %d-bit JVM."
    86 #define JRE_ERROR9      "Error: Unable to resolve %s"
    83 #define JRE_ERROR9      "Error: Unable to resolve %s"
    87 #define JRE_ERROR10     "Error: Unable to resolve current executable"
    84 #define JRE_ERROR10     "Error: Unable to resolve current executable"
    88 #define JRE_ERROR11     "Error: Path length exceeds maximum length (PATH_MAX)"
    85 #define JRE_ERROR11     "Error: Path length exceeds maximum length (PATH_MAX)"
    89 #define JRE_ERROR12     "Error: Exec of %s failed"
    86 #define JRE_ERROR12     "Error: Exec of %s failed"
    90 #define JRE_ERROR13     "Error: String processing operation failed"
    87 #define JRE_ERROR13     "Error: String processing operation failed"
       
    88 
       
    89 #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."
       
    90 #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."
    91 
    91 
    92 #define DLL_ERROR1      "Error: dl failure on line %d"
    92 #define DLL_ERROR1      "Error: dl failure on line %d"
    93 #define DLL_ERROR2      "Error: failed %s, because %s"
    93 #define DLL_ERROR2      "Error: failed %s, because %s"
    94 #define DLL_ERROR3      "Error: could not find executable %s"
    94 #define DLL_ERROR3      "Error: could not find executable %s"
    95 #define DLL_ERROR4      "Error: loading: %s"
    95 #define DLL_ERROR4      "Error: loading: %s"