Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パラメータ file.enconding を使用してアプリケーションを起動し、JVM が別の JVM file.enconding パラメータを作成した場合、2 番目の JVM には継承されません。2 番目の JVM は、システム エンコーディングを使用します。
同じ file.enconding で別の JVM を開くように JVM を設定できますか?
-Dfile.encoding=YOURENCODINGコマンドライン引数として 2 番目の JVM に渡すことができます。
-Dfile.encoding=YOURENCODING