Open JayDi85 opened 2 months ago
If you see pixelated images, icons and text then must disabled Windows's DPI-aware feature or add the follow additional launcher param for settings - java - client:
-Dsun.java2d.uiScale=1.0
Recommended java versions for maximum client-server compatibility (read "java 21" as any java 9+):
add-opens
and uiScale
add-opens
add-opens
add-opens
and uiScale
P.S. Look at starting comment for add-opens
and uiScale
params usage.
For macOS users: current releases are fully compatible and haven't any freezes anymore, so you don't need to use java replacement
Current public servers works under java 8 and it's incompatible with java 9+ clients by default.
On server connection it will show errors like:
There is possible a solution to run compatible client under any java version. It can be usefull for macOS with M1/2/3 machines who can't run java 8 due constant freeze (#12431). Added: not actual anymore cause macOS freezes fixed with non-blocking in last release #12825
Instruction:
--add-opens=java.base/java.io=ALL-UNNAMED
-Dsun.java2d.uiScale=1.0