File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
platform/o.n.bootstrap/launcher/unix Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/@@metabuild.RawVersion@@"
5656# The automatically selected value can be overridden by specifying -J-Xmx
5757# here or on the command line.
5858#
59- 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"
59+ netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m @@metabuild.logcli@@ -J-Djava.security.manager=allow -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"
6060
6161# Default location of JDK:
6262# (set by installer or commented out if launcher should decide)
Original file line number Diff line number Diff line change 192192# rename old heap dump to .old
193193mv " ${userdir} /var/log/heapdump.hprof" " ${userdir} /var/log/heapdump.hprof.old" > /dev/null 2>&1
194194
195- jargs_without_clusters=" $jargs -Djava.security.manager=allow "
195+ jargs_without_clusters=" $jargs "
196196jargs=" -Dnetbeans.dirs=\" ${clusters} \" $jargs_without_clusters "
197197
198198if [ -z " $cachedirspecified " ]; then
You can’t perform that action at this time.
0 commit comments