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.
Eclipse で Java ファイルを実行したいのですが、実行に必要な日本語の文字が含まれています。Window->Preferences->Text File Encoding->Other に移動しましたが、MS 932 がリストされていません。このライブラリを Eclipse に取得するにはどうすればよいですか。もちろん、オンラインでチェックしてみましたが、何もありませんでした。UTF-8 に切り替えてみましたが、それでもうまくいきません。
エンコーディングが制限されている可能性があります。多分SJISも試してみてください。
native2ascii -reverse -encoding MS932 My.java temp.txt ... rename My.Java native2ascii -encoding UTF-8 temp.txt My.java