I'm a software architect. I'm currently working in an integration team. Managing Continous Integration and building, lightweight test framework and other support tools.
With this blog i'd like to share experience and receive others's feeling.
Wednesday, March 16, 2011
java encoding...
If you want to set java encoding to UTF-8 (or what ever you want...) you could use :
JAVA_TOOL_OPTIONS in you environment to set file.encoding property with JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
starting your vm with -Dfile.encoding=UTF-8 argument
No comments:
Post a Comment