Solution to the problem that the font Netbeans6.5.1 under Ubuntu9.04 cannot resist sertiation

Source: Internet
Author: User
Tags netbeans
In the Netbeans installation directory of Ubuntu9.04, there is a etc/netbeans. conf file, open it with a text editor, on line 6th you can find such code: netbeans_default_options = "-J-client-J-Xverify: none-J-Xss2m-J-Xms32m-J-XX: PermSize = 32m-J-XX: maxPermSize = 200 m-

There is an etc/Netbeans. conf file in the netbeans installation directory of Ubuntu 9.04. Open it in a text editor. You can find this code in line 6th:

Netbeans_default_options = "-J-client-J-Xverify: none-J-Xss2m-J-Xms32m-J-XX: PermSize = 32 m-J-XX: maxPermSize = 200 m-J-Dapple.laf.useScreenMenuBar = true-J-Dsun.java2d.noddraw = true-J-Dapple.laf.useScreenMenuBar = true"

Add the following option to the double quotation marks:

-J-Dawt.useSystemAAFontSettings = on

Note that you need to keep a space with the preceding characters. The last line is like this:

Netbeans_default_options = "-J-client-J-Xverify: none-J-Xss2m-J-Xms32m-J-XX: PermSize = 32 m-J-XX: maxPermSize = 200 m-J-Dapple.laf.useScreenMenuBar = true-J-Dsun.java2d.noddraw = true-J-Dapple.laf.useScreenMenuBar = true-J-Dawt.useSystemAAFontSettings = on"

Save and restart Netbeans. The font is turned on and the edges are smooth.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.