+ "' is present in .properties file with no value, yet "
+ "text file resource is missing",
RefCapablePropertyResourceBundle.class.getName(), key);
try {
try {
ba = new byte[inputStream.available()];
} catch (RuntimeException re) {
throw new MissingResourceException(
"Resource is too big to read in '" + key + "' value in one "
+ "gulp.\nPlease run the program with more RAM "
+ "(try Java -Xm* switches).: " + re,