I have a JavaEE project, in which I use message properties files. The encoding of those file is set to UTF-8. In the file I use the german umlauts like ä,
ä
Add the following arguments to your eclipse.ini file.
eclipse.ini
-Dclient.encoding.override=UTF-8 -Dfile.encoding=UTF-8
By default Eclipse uses the encoding format picked up by the Java Virtual Machine (JVM). Also, you can set the file encoding to utf-8.
utf-8