scan in arabic characters netbeans 8

。_饼干妹妹 提交于 2019-12-02 02:46:13

i have the same problem with netbeans 8 and windows 7
to fix this please do that
open

C:\Program Files\NetBeans 8.0\etc\netbeans.conf

you will find this

netbeans_default_options="..."

add this code at the begining of it so at the end it will look like that

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

and restart the netbeans

check this screen shot

Don't worry about that, it is the IDE's problem. Most IDEs console window don't support other that ASCII, but In real life Swing, this will appear as usual.

I faced this issue in Windows Server 2016.

Solution: 1. Go to Control Panel -> Region. 2. Open Administrative tab. 3. Click “Change System Local” to Arabic. 4. Restart the server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!