How To Display UTF8 In Netbeans 7,8?

后端 未结 4 652

In my java project, I need to use Arabic text and strings, but the text becomes like \"???????\" , so what wrong ? and how to resolve this problem?

tha

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-14 09:16

    Ubuntu go directory ex.

    sudo gedit /usr/local/netbeans-8.0/etc/netbeans.conf

    Add

    netbeans_default_options="-J-Dfile.encoding=UTF-8"

    Save Fin

提交回复
热议问题