src/share/classes/com/sun/tools/javah/resources/l10n.properties

changeset 1885
d6158f8d7235
parent 728
895bea45a3e8
child 2525
2eb010b6cb22
equal deleted inserted replaced
1879:3b4f92a3797f 1885:d6158f8d7235
1 # 1 #
2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 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 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
75 \n\ 75 \n\
76 where [options] include:\n\ 76 where [options] include:\n\
77 \n\t\ 77 \n\t\
78 -help Print this help message and exit\n\t\ 78 -help Print this help message and exit\n\t\
79 -classpath <path> Path from which to load classes\n\t\ 79 -classpath <path> Path from which to load classes\n\t\
80 -cp <path> Path from which to load classes\n\t\
80 -bootclasspath <path> Path from which to load bootstrap classes\n\t\ 81 -bootclasspath <path> Path from which to load bootstrap classes\n\t\
81 -d <dir> Output directory\n\t\ 82 -d <dir> Output directory\n\t\
82 -o <file> Output file (only one of -d or -o may be used)\n\t\ 83 -o <file> Output file (only one of -d or -o may be used)\n\t\
83 -jni Generate JNI-style header file (default)\n\t\ 84 -jni Generate JNI-style header file (default)\n\t\
84 -version Print version information\n\t\ 85 -version Print version information\n\t\
106 \ -jni Generate JNI-style header file (default) 107 \ -jni Generate JNI-style header file (default)
107 main.opt.force=\ 108 main.opt.force=\
108 \ -force Always write output files 109 \ -force Always write output files
109 main.opt.classpath=\ 110 main.opt.classpath=\
110 \ -classpath <path> Path from which to load classes 111 \ -classpath <path> Path from which to load classes
112 main.opt.cp=\
113 \ -cp <path> Path from which to load classes
111 main.opt.bootclasspath=\ 114 main.opt.bootclasspath=\
112 \ -bootclasspath <path> Path from which to load bootstrap classes 115 \ -bootclasspath <path> Path from which to load bootstrap classes
113 main.usage.foot=\ 116 main.usage.foot=\
114 <classes> are specified with their fully qualified names\n\ 117 <classes> are specified with their fully qualified names\n\
115 (for example, java.lang.Object). 118 (for example, java.lang.Object).

mercurial