LC_NUMERIC not work
Hi!
I used localization ru_RU where LC_NUMERIC decimal_point is ","
I want to be "."
Before starting tomcat I use
export LC_NUMERIC=POSIX
But it doesn't have any effect. decimal_point don't changed.
How can I change LC_NUMERIC in java programm? Or how can I change LC_NUMERIC format that it have work correctly?
thanx!

