Solve the Problem of garbled source code opening jar package in eclipse in ubuntu

Source: Internet
Author: User


Solve the problem that the source code of the jar package opened by eclipse in ubuntu environment is garbled. In ubuntu environment, the jar package developed in windows environment is referenced in eclipse. When the source code is opened, all Chinese comments become garbled, this is because the jar package is encoded as GBK during development, which is not supported by Ubuntu by default. How can we solve this problem? You can perform the following two steps: 1. Modify/var/lib/locales/supported. d/local file, add zh_CN.GBK GBK zh_CN.GB2312 GB2312 www.2cto.com to the file, and then execute the sudo dpkg-reconfigure -- force locales command. In the execution result, if zh_CN.GB2312 donezh_CN.GBK done is displayed, GBK encoding is supported. 2. In the Windows -- Preferences -- Generan -- Workspace menu of eclipse, set the Text file encoding item to GBK and restart eclipse.

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.