MyEclipse Console garbled problem

Source: Internet
Author: User

Since I have been doing the Web page, in order to facilitate the MyEclipse all the code has been changed to UTF-8, the project's default code has also changed to UTF-8.

Today, I accidentally found that I could not enter Chinese ... It's going to be garbled.

Scanner cin = new Scanner (system.in); System.out.println (Cin.next ());

Baidu later learned that, because the Chinese system by default with GBK encoding (including Java input console), and its own project has adopted the UTF-8, so it will lead to garbled. So, just change the console's code.


  1. Select Run configurations If you always use Run to start, otherwise choose Debug configurations


  2. Open to enter this interface, note that at this point the left is selected is the current item to be changed, and then point to the right of the common label


  3. When you open the Common tab, you'll find an entry: Console Encoding
    This is inherited from the project I set before the encoding method: Utf-8, that is, the problem is caused by garbled


  4. That being the case, then we change the code, changing it to GBK, as follows:
    Save when you're done with the changes.


MyEclipse Console garbled problem

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.