Hi mates,
Is there a way to configure Java's decimal separators with JVM parameters? I'd know how to do it in code level, but unfortunately this time I cannot touch it.
I have now:
"1,322.03"
and I wish there was some config that would make that look like 1.322,03
.
Oracle has that NLS_NUMERIC_CHARACTERS, which solve's for me in most cases, but I've got lost in this one.
thanks.
f.