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

王林
Release: 2019-11-12 13:33:14
Original
2861 people have browsed it

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!

source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!