Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

exe4j high dpi settings

What are the best settings for creating an executable to run on windows 10 with scaling.

I have tried setting the DPI-aware on true and false, but nothing seems to have effect. I've also tried several system-properties but without any succes either. I currently have following settings in my exe4j.xml

dpiAware="false"
amd64="false

I'm still running JDK 8, but since the application is being run in the entire company, I can not immediately upgrade to another version of the java runtime ( although i would like to ;) )

And override the High-DPI settings using the windows-properties. But I don't like that solutions.

Does anyone have any suggestions.

Thanks in advance

like image 637
Bart Avatar asked Jun 28 '26 20:06

Bart


1 Answers

Java 8 does not have High-DPI support for Windows, you have to upgrade to Java 11+.

like image 93
Ingo Kegel Avatar answered Jul 01 '26 11:07

Ingo Kegel