私のJavaプロジェクトでは、アラビア語のテキストと文字列を使用する必要がありますが、テキストは"???????"
のようになります。何が問題なので、この問題を解決するにはどうすればよいですか?
ありがとう
スタートアップオプションを使用してNetbeansをセットアップできます
それをnetbeans.conf
内のnetbeans_default_options
に配置します
-J-Dfile.encoding=UTF-8
結局、それは次のように見えるはずです
netbeans_default_options="..... -J-Dfile.encoding=UTF-8"
それがあなたを助けることを願っています
Netbeansのデフォルトの文字セットをUTF-8(Windowsの場合)に設定する手順は次のとおりです。
1 Go to C:\Program Files\netbeans-x.x\etc
2 Open netbeans.conf in Notepad.
3 On the netbeans_default_options add: -J-Dfile.encoding=UTF-8. (make sure to put it within the quotation marks)
4 Project properties -> Build -> Compiling ->
Additional compiler options) text box.- add: -encoding UTF-8
5 You can also check to make sure that you have increased the memory allocation for Netbeans by looking at the netbeans_default_options line. The default max is 128MB. We have increased this to 256MB.
Ubuntugoディレクトリex。
Sudo gedit /usr/local/netbeans-8.0/etc/netbeans.conf
追加
netbeans_default_options = "-J-Dfile.encoding = UTF-8"
フィンを保存
NetbeansでUTF8ダリー語、パシュトゥー語、ペルシア語、アラビア語をサポートする方法を解決するには、次の問題に従ってください。