I would like to know what is the value of the Java Virtual Machine (JVM) property to set my file encoding to UTF-8.
Do I put -Dfile.encoding=UTF8 or
-Dfile.encoding=UTF8
It will be:
UTF8
See here for the definitions.