java - How to set eclipse console locale/language -


when developing web application eclipse (helios) tomcat output being sent console. ok, messages being translated os language.

in fact, eclipse in english, tomcat output (logging) being translated portuguese. it's tomcat configuration issue, can't find where...

how change behaviour? want entire eclipse in english, including tomcat.

go window > preferences > java > installed jres > select preferred jre > edit , add following default vm arguments:

-duser.language=en -duser.country=us

enter image description here


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -