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.useSystemAAFontSettings=on
in netbeans_default_options. This file should be located in /etc/netbeans.conf. But there isn't this file. I have NetBeans 6.8. Help, please.
UPD:
[ockonal@wincode ~]$ cd ~/.netbeans/6.8/
[ockonal@wincode 6.8]$ ls
ant build.properties docs lib modules sources update_tracking bin config
jsstubs lock native update var
UPD2 With utilite find I did:
find / -name 'netbeans.conf'
This gave me:
/usr/share/netbeans/etc/netbeans.conf
In my NetBeans 6.7, this file is located at
I guess if you are using Windows, and the default folders, you should be able to find somewhere here:
On a linux box, you should be able to find the file somewhere here
Current as of this date for Windows, go to
%APPDATA%\NetBeans
, then the version (I have 8.2 and dev). In there you'll find a config folder with tons of stuff under it. I came to this Q&A looking for info on fonts and colors. That info is now found underconfig\Editors
. Some base info for your themes are in there underFontsColors
. Styling and color details are under foldertext
, and then in subfolders similar to the above.As an example, I went to tools>options>Fonts&Colors. I duplicated the Darcula profile into (my initials) TGDark to make changes. Then to Syntax, HTML, and "Javascript Embedded in HTML", I set the background color to #3F2B2B. Now, in the file system I found this setting under:
And in that file, note the bgcolor:
What an adventure...
On an ubuntu platform you can use the following command
to find where are the netbeans file located. It's the best way that provides with a precise location of your netbeans.conf file.
Hope this will help someone in need.
On Mac OS X:
(Where XXX is The installed version of NetBeans)
Example for NetBeans 8.0: