where is the NetBeans config file (netbeans.conf) located?

前端 未结 5 571
-上瘾入骨i
-上瘾入骨i 2021-01-01 14:43

my NetBeans has ugly fonts in interface. I\'m going to make antialiasing for it. In internet I saw that there is should be

-J-Dswing.aatext=true -J-Dawt.

5条回答
  •  一整个雨季
    2021-01-01 15:08

    In my NetBeans 6.7, this file is located at

    {netbeans-installation-dir}/etc/netbeans.conf
    

    I guess if you are using Windows, and the default folders, you should be able to find somewhere here:

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

    On a linux box, you should be able to find the file somewhere here

    On Linux the installer lets the user choose where you want to install NetBeans. You may find it under /home/yourname/netbeans/etc/netbeans.conf or /opt/netbeans/etc/netbeans.conf. [ from http://wiki.netbeans.org/FaqNetbeansConf ]

提交回复
热议问题