jdk/src/share/classes/sun/security/util/Resources.java
changeset 3951 e821908c953e
parent 3948 736156ecc24c
child 4169 0ca7e3e74ba4
--- a/jdk/src/share/classes/sun/security/util/Resources.java	Fri Oct 02 18:49:05 2009 +0800
+++ b/jdk/src/share/classes/sun/security/util/Resources.java	Fri Oct 02 18:49:46 2009 +0800
@@ -178,6 +178,10 @@
         {"keytool error: ", "keytool error: "},
         {"Illegal option:  ", "Illegal option:  "},
         {"Illegal value: ", "Illegal value: "},
+        {"Unknown password type: ", "Unknown password type: "},
+        {"Cannot find environment variable: ",
+                "Cannot find environment variable: "},
+        {"Cannot find file: ", "Cannot find file: "},
         {"Command option <flag> needs an argument.", "Command option {0} needs an argument."},
         {"Warning:  Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified <command> value.",
                 "Warning:  Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified {0} value."},