How to change the console encoding in eclipse
ShareSometimes we need to work on different encodings,So we need to change the encoding to get a proper and readable output in console,Because when running java applications console output is important.
Follow the methods below
Go to Run Menu->Run Configurations
Click Eclipse Application->If there is configuration click it->Click common in left panel
->Console encoding is set to default->Choose the [...]





