Describe the problem
There are a few JVM options that are no longer needed and can be removed.
The improvement you'd like to see
Remove -Dfile.encoding=UTF-8 (default since Java 18) and -XX:+ShowCodeDetailsInExceptionMessages (default since Java 15)
Expected Benefits
It will be easier to run the JAR file as users will not feel like they need to include these redundant parameters.
Additional Context
No response
Describe the problem
There are a few JVM options that are no longer needed and can be removed.
The improvement you'd like to see
Remove
-Dfile.encoding=UTF-8(default since Java 18) and-XX:+ShowCodeDetailsInExceptionMessages(default since Java 15)Expected Benefits
It will be easier to run the JAR file as users will not feel like they need to include these redundant parameters.
Additional Context
No response