< prev index next >
src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
Print this page
*** 44,53 ****
--- 44,56 ----
jshell.err.file.not.accessible = File ''{1}'' for ''{0}'' is not accessible: {2}
jshell.err.file.not.found = File ''{1}'' for ''{0}'' is not found.
jshell.err.file.exception = File ''{1}'' for ''{0}'' threw exception: {2}
jshell.err.file.filename = ''{0}'' requires a filename argument.
+ jshell.err.url.not.accessible = Request on URL ''{1}'' for ''{0}'' failed with code ''{2}''
+ jshell.err.url.exception = URL ''{1}'' for ''{0}'' threw exception: {2}
+
jshell.err.startup.unexpected.exception = Unexpected exception reading startup: {0}
jshell.err.unexpected.exception = Unexpected exception: {0}
jshell.err.invalid.command = Invalid command: {0}
jshell.err.command.ambiguous = Command: ''{0}'' is ambiguous: {1}
< prev index next >