Is it possible to compile a jar file so that it already "remembers" to be run with UTF-8 encoding?
My JAR works correctly when it is run from CMD with specifying the encoding:
java -Dfile.encoding="UTF-8" -jar "C:\(...)\ZBook 14\Desktop\Server.jar"
I would rather have the file remembered the setting. I do not want to modyfy my default environmental JAVA_TOOL_OPTIONS.