This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 5de8570497 Remove obsolete UseQuartz JVM flag.
new 752dcb32d1 Merge pull request #6474 from mbien/no-quartz
5de8570497 is described below
commit 5de85704974fe156df81c9a2a461b0de4dcba488
Author: Michael Bien <[email protected]>
AuthorDate: Thu Sep 21 01:14:43 2023 +0200
Remove obsolete UseQuartz JVM flag.
The quartz renderer doesn't exist anymore since java 7, on java 19+
the new metal renderer is used for MacOS systems.
---
nb/ide.launcher/netbeans.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nb/ide.launcher/netbeans.conf b/nb/ide.launcher/netbeans.conf
index b99a47bf26..11c80906ee 100644
--- a/nb/ide.launcher/netbeans.conf
+++ b/nb/ide.launcher/netbeans.conf
@@ -56,7 +56,7 @@
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/@@metabuild.RawVersion@@"
# The automatically selected value can be overridden by specifying -J-Xmx
# here or on the command line.
#
-netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m
@@metabuild.logcli@@ -J-Dapple.laf.useScreenMenuBar=true
-J-Dapple.awt.application.appearance=system
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true
-J-Dsun.java2d.dpiaware=true -J-Dplugin.manager.check.updates=false
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
@@metabuild.jms-flags@@ -J-XX:+IgnoreUnrecognizedVMOptions"
+netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m
@@metabuild.logcli@@ -J-Dapple.laf.useScreenMenuBar=true
-J-Dapple.awt.application.appearance=system -J-Dsun.java2d.noddraw=true
-J-Dsun.java2d.dpiaware=true -J-Dplugin.manager.check.updates=false
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
@@metabuild.jms-flags@@ -J-XX:+IgnoreUnrecognizedVMOptions"
# Default location of JDK:
# (set by installer or commented out if launcher should decide)
---------------------------------------------------------------------
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