What does -Dfile.encoding = UTF-8 do in JAVA_OPTIONS

Viewed 6596

Any idea what does -Dfile.encoding=UTF-8 in

JAVA_OPTIONS="${JAVA_OPTIONS} -Dfile.encoding=UTF-8"

do? I have this option in my jetty server configuration.

If i dont have it, what might be consequence?

1 Answers
Related