Does anyone know if you can pass a JAVA_OPT parameter that will "Override high DPI scaling behavior" in Windows 10 with Java8?
NOTE: I do not want to use a registry setting change.
Below is the setting done manually on the java.exe
Does anyone know if you can pass a JAVA_OPT parameter that will "Override high DPI scaling behavior" in Windows 10 with Java8?
NOTE: I do not want to use a registry setting change.
Below is the setting done manually on the java.exe
I'm not sure what you mean by "command line argument" in this context, but if you mean a JVM argument, then the answer is no. A JVM argument couldn't set an OS-level setting on how to run a an application process.
If you just want to set this configuration from the command line instead of having to do it from a UI, you could do it from a batch script as described here.