Question : How to solve a save problem in eclipse?

In the Message.java contains japanese character.  So, when I save the file the error below display.

Save problems:

Some characters cannot be mapped using "Cp1252"
character encoding. Either change the encoding
or remove the characters which are not supported
by the "Cp1252" character encoding.

Answer : How to solve a save problem in eclipse?

you need to either change the encoding of the source file (file>properties)
or use unicode encoding to specify the string.
Random Solutions  
 
programming4us programming4us