When I am using jar file wrapped into your executable - it ignores file.encoding=UTF8 JVM property in Config Internal and writes junk characters into a file.
When the same jar file is used directly : java -jar -Dfile.encoding=UTF8.. jar.jar - it works fine.
Hi.
When I am using jar file wrapped into your executable - it ignores file.encoding=UTF8 JVM property in Config Internal and writes junk characters into a file.
When the same jar file is used directly : java -jar -Dfile.encoding=UTF8.. jar.jar - it works fine.
Could you please advise.
Thank you