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!