< prev index next >

src/jdk.scripting.nashorn/share/classes/jdk/nashorn/tools/resources/Shell.properties

Print this page




  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Error messages for Shell tool
  27 
  28 shell.usage=jjs [<options>] <files> [-- <arguments>]
  29 
  30 shell.prompt=jjs> 
  31 
  32 shell.prompt2=...> 
  33 
  34 no.editor=AWT Headless mode set and no external editor is configured!






  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Error messages for Shell tool
  27 
  28 shell.usage=jjs [<options>] <files> [-- <arguments>]
  29 
  30 shell.prompt=jjs> 
  31 
  32 shell.prompt2=...> 
  33 
  34 no.editor=AWT Headless mode set and no external editor is configured!
  35 
  36 jjs.err.no.builtin.editor=Built-in editor not available.
  37 
  38 jjs.err.cant.launch.editor=Cannot launch built-in editor -- unexpected exception: {0}
< prev index next >