< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_ja.properties

Print this page

        

*** 1,7 **** # ! # Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 51,61 **** javac.opt.headerDest=生成されたネイティブ・ヘッダー・ファイルを格納する場所を指定する javac.opt.J=<flag>を実行システムに直接渡す javac.opt.encoding=ソース・ファイルが使用する文字エンコーディングを指定する javac.opt.profile=使用されているAPIが指定したプロファイルで使用可能かどうかを確認します javac.opt.target=特定のVMバージョン用のクラス・ファイルを生成します。サポートされているバージョン: {0} ! javac.opt.release=特定のリリース用ににコンパイルします。サポートされているリリース: {0} javac.opt.source=指定されたリリースとソースの互換性を保持します。サポートされているリリース: {0} javac.opt.Werror=警告が発生した場合にコンパイルを終了する javac.opt.A=注釈プロセッサに渡されるオプション javac.opt.implicit=暗黙的に参照されるファイルについてクラス・ファイルを生成するかどうかを指定する javac.opt.pkginfo=package-infoファイルの処理を指定する --- 51,61 ---- javac.opt.headerDest=生成されたネイティブ・ヘッダー・ファイルを格納する場所を指定する javac.opt.J=<flag>を実行システムに直接渡す javac.opt.encoding=ソース・ファイルが使用する文字エンコーディングを指定する javac.opt.profile=使用されているAPIが指定したプロファイルで使用可能かどうかを確認します javac.opt.target=特定のVMバージョン用のクラス・ファイルを生成します。サポートされているバージョン: {0} ! javac.opt.release=特定のリリース用にコンパイルします。サポートされているリリース: {0} javac.opt.source=指定されたリリースとソースの互換性を保持します。サポートされているリリース: {0} javac.opt.Werror=警告が発生した場合にコンパイルを終了する javac.opt.A=注釈プロセッサに渡されるオプション javac.opt.implicit=暗黙的に参照されるファイルについてクラス・ファイルを生成するかどうかを指定する javac.opt.pkginfo=package-infoファイルの処理を指定する
*** 64,74 **** javac.opt.arg.class.list=<class1>[,<class2>,<class3>...] javac.opt.arg.flag=<flag> javac.opt.arg.key.equals.value=key[=value] javac.opt.arg.path=<path> javac.opt.arg.mspath=<module-source-path> ! javac.opt.arg.m=<module-name> javac.opt.arg.jdk=<jdk>|none javac.opt.arg.dirs=<dirs> javac.opt.arg.directory=<directory> javac.opt.arg.encoding=<encoding> javac.opt.arg.profile=<profile> --- 64,74 ---- javac.opt.arg.class.list=<class1>[,<class2>,<class3>...] javac.opt.arg.flag=<flag> javac.opt.arg.key.equals.value=key[=value] javac.opt.arg.path=<path> javac.opt.arg.mspath=<module-source-path> ! javac.opt.arg.m=<module>(,<module>)* javac.opt.arg.jdk=<jdk>|none javac.opt.arg.dirs=<dirs> javac.opt.arg.directory=<directory> javac.opt.arg.encoding=<encoding> javac.opt.arg.profile=<profile>
< prev index next >