|
|
|
|
|
by astange
1670 days ago
|
|
Sub-pixel rendering was added in the Java "Mustang" 1.6 release 15 years ago, long before Jetbrains started providing a custom JDK.
http://www.ffnn.nl/pages/articles/java/java-2-se-6.0-aesthet... Trying to use a newer JDK on some applications, like Intellij, may require adding entries to the idea64.vmoptions file to relax the module restrictions that were tightened in JDK 15 and 16, if that app hasn't been updated for those changes.
Entries like this:
--add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED
might be needed. See https://youtrack.jetbrains.com/issue/IDEA-261033 for entries that might be needed. |
|