About the. settings file that was produced when Eclipse created the Java project:

Source: Internet
Author: User

When you create a Java project with Eclipse, the. Settings folder is often found under the project directory and contains an org.eclipse.core.resources.prefs file entry.

This entry is the encoding of the configuration item, and if you modify the encoding in Properties->resources, the value in this entry will change accordingly.

For example, the system's default encoding is UTF-8, this file is the content of this:

#Thu Sep 15:05:43 CST 2011
Eclipse.preferences.version=1
Encoding/<project>=utf-8

If you change the system's encoding to GB2312 by the way above, the contents of this file will then become:

#Thu Sep 15:05:43 CST 2011
Eclipse.preferences.version=1
encoding/<project>=gb2312

This file is just. One of the settings, the other should also be similar to the role, like the name setting, is to store some configuration information files.

With these file constraints you can better use the IDE for coding. So, these files are only used to configure the environment.

About the. settings file that was produced when Eclipse created the Java project:

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.