Java Project Export source code jar package in Eclipse view Chinese comment garbled problem

Source: Internet
Author: User

Problem site:

Because the project is much more, all added to the MAVEN master project, although the update debugging is convenient, but the project more serious impact on the speed of eclipse, so a part of the project separately exported the jar containing the source code, uploaded to the nexus, for other projects to reference But when viewed through eclipse in the referenced project, the Chinese comment becomes garbled.


This is actually a problem with Eclipse's default encoding.

Solution:1. Modify the default encoding for the Eclipse Chinese text file:

Windows->preferences->general->workspace->text file encoding is set to UTF-8


2. Modify the default encoding of the Java source file:

Windows->preferences->general->content types-> Right-side context Types tree, click Text, select Java Source File, in the default Encoding enter UTF-8 in the input box, click Update


3, re-export the source code jar package, upload to the Nexus;4. The referenced project executes maven Update;

Note: If the version is not updated, you need to delete the corresponding jar package in the local library before you perform the Maven update.

Java Project Export source code jar package in Eclipse view Chinese comment garbled problem

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.