Home>Article>Java> The solution to the problem of garbled characters when importing java projects into myeclipse

The solution to the problem of garbled characters when importing java projects into myeclipse

王林
王林 Original
2019-11-12 13:33:14 2880browse

The solution to the problem of garbled characters when importing java projects into myeclipse

1. Set the encoding of the entire project to UTF-8 (UTF-8 can support internationalization to the greatest extent):

windows->Preferences->general- >Workspace->Text file encoding->Text file encoding in the Other box is changed to UTF-8.

2. Set the encoding of the java source file to UTF-8:

windows->Preferences->general->Context Types->Text, select Java Source File, in Enter UTF-8 in the Default encoding input box below and click Update to set the Java file encoding to UTF-8.

3. Modify the encoding method of a single project:

Right-click the project--Preferences--Resource--Change Text file encoding to UTF-8

Recommended tutorial:JavaTutorial

The above is the detailed content of The solution to the problem of garbled characters when importing java projects into myeclipse. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn