Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
annotate src/jdk.scripting.nashorn/share/classes/jdk/nashorn/tools/resources/Shell.properties @ 1391:4577d801c522
8134397: Features that require AWT, swing should handle headless mode properly
Reviewed-by: hannesw, attila
author | sundar |
---|---|
date | Tue, 25 Aug 2015 18:16:10 +0530 |
parents | 105d0051d37b |
children |
rev | line source |
---|---|
2 | 1 # |
6 | 2 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. |
2 | 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # | |
5 # This code is free software; you can redistribute it and/or modify it | |
6 # under the terms of the GNU General Public License version 2 only, as | |
7 # published by the Free Software Foundation. Oracle designates this | |
8 # particular file as subject to the "Classpath" exception as provided | |
9 # by Oracle in the LICENSE file that accompanied this code. | |
10 # | |
11 # This code is distributed in the hope that it will be useful, but WITHOUT | |
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 # version 2 for more details (a copy is included in the LICENSE file that | |
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 | |
1388
105d0051d37b
8134279: jjs should support multiple line input to complete incomplete code
sundar
parents:
953
diff
changeset
|
32 shell.prompt2=...> |
2 | 33 |
1391
4577d801c522
8134397: Features that require AWT, swing should handle headless mode properly
sundar
parents:
1388
diff
changeset
|
34 no.editor=AWT Headless mode set and no external editor is configured! |