tmulle commented on issue #8753: URL: https://github.com/apache/netbeans/issues/8753#issuecomment-3285115357
@neilcsmith-net So, interesting fact. If I run netbeans using JDK21 with `Oracle Graalvm` it works fine, if I use JDK 21 from `Temurin` it has the issue. I tried the font scale setting and it made no effect for me. I run Temurin JDKs installed with SDKMAN all the time and Netbeans has always worked fine. I can switch to GraalVM version for the future. This one has the issue: ``` java -version openjdk version "21.0.8" 2025-07-15 LTS OpenJDK Runtime Environment Temurin-21.0.8+9 (build 21.0.8+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.8+9 (build 21.0.8+9-LTS, mixed mode, sharing) ``` This one does NOT: ``` java -version java version "21.0.8" 2025-07-15 LTS Java(TM) SE Runtime Environment Oracle GraalVM 21.0.8+12.1 (build 21.0.8+12-LTS-jvmci-23.1-b72) Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.8+12.1 (build 21.0.8+12-LTS-jvmci-23.1-b72, mixed mode, sharing) ``` Just for fun I switched to JDK 17 from Temurin and it works fine. ``` java -version openjdk version "17.0.12" 2024-07-16 OpenJDK Runtime Environment Temurin-17.0.12+7 (build 17.0.12+7) OpenJDK 64-Bit Server VM Temurin-17.0.12+7 (build 17.0.12+7, mixed mode) ``` So, it's something with that specific version of Temurin 21 JDK I suppose. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
