8170113: jimage extract to readonly directory causes MissingResourceException
authordkononenko
Thu, 09 Feb 2017 19:43:53 +0300
changeset 43721 d541e2bf33e2
parent 43720 6fb3e340c5bc
child 43728 e188ba772b26
8170113: jimage extract to readonly directory causes MissingResourceException Summary: Added a missing resource. Reviewed-by: alanb, anazarov Contributed-by: denis.kononenko@oracle.com
jdk/src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties
--- a/jdk/src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties	Thu Feb 09 23:35:22 2017 +0100
+++ b/jdk/src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties	Thu Feb 09 19:43:53 2017 +0300
@@ -98,3 +98,4 @@
 err.no.jimage=no jimage provided
 err.option.unsupported={0} not supported: {1}
 err.unknown.option=unknown option: {0}
+err.cannot.create.dir=cannot create directory {0}