[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: [~geertjan] thx for giving me the permission hint. It really seemed the 
update to Big Sur crashed my root permissions.

I changed this and now its working fine.)

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: # # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# Default locations of userdir and cachedir:
# (http://wiki.netbeans.org/FaqWhatIsUserdir)
#
# On Windows ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "\NetBeans" where  is user's
# value of "AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
# and ${DEFAULT_CACHEDIR_ROOT} will be replaced by the launcher
# with "\NetBeans\Cache" where  is user's
# value of "Local AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
#
# On Mac ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/Library/Application Support/NetBeans" and
# ${DEFAULT_CACHEDIR_ROOT} with "~/Library/Caches/NetBeans"
#
# On other systems ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/.netbeans" and ${DEFAULT_CACHEDIR_ROOT} with "~/.cache/netbeans"
#
# You can also use ${HOME} variable which will be replaced with
# user.home JVM system property value. This variable is valid only in
# netbeans_default_userdir and netbeans_default_cachedir properties.
#
# NOTE: If you specify a non-default userdir path on command line
# (--userdir option) and don't specify a cachedir path (--cachedir option),
# cachedir will be in "/var/cache".
#
# Cachedir must be different from userdir. The same cachedir and userdir
# would cause problems.
#
netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/12.1"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/12.1"

# Options used by NetBeans launcher by default:
# (can be overridden by explicit command line switches)
#
# Note that default -Xmx is selected for you by the JVM automatically.
# You can find these values in var/log/messages.log file in your userdir.
# The automatically selected value can be overridden by specifying -J-Xmx
# here or on the command line.
#
# JDK 11 made GTK 3 default on Linux. Unfortunately it makes
# NetBeans ugly on Linux with the default GTK+ Look and Feel,
# as a workaround -J-Djdk.gtk.version=2.2 has been added to the
# default command line arguments.
# (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
#
netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
-J-Djdk.gtk.version=2.2 -J-Dapple.laf.useScreenMenuBar=true 
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true 
-J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
-J--add-opens=java.base/java.lang=ALL-UNNAMED 
-J--add-opens=java.base/java.security=ALL-UNNAMED 
-J--add-opens=java.base/java.util=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt.event=ALL-UNNAMED 
-J--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED 
-J--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED -J--add-modules=jdk.jshell 
-J--add-exports=java.desktop/sun.awt=ALL-UNNAMED 
-J--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED 
-J--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.swing=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED 
-J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED 
-J--add-exports=java.management/sun.management=ALL-UNNAMED 
-J--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED 
-J-XX:+IgnoreUnrecognizedVMOptions"

# Default location of JDK:
# (set by installer or commented out if launcher should decide)
#
# It can be overridden on command line by using --jdkhome 
# Be careful when changing jdkhome.
# There are two NetBeans launchers for Windows (32-bit and 64-bit) and
# installer points to one of those in the NetBeans application shortcut
# based 

[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: But before updating to Big Sur I didn't have any problem, I used it every 
day.

 

java.lang.RuntimeException: Permission denied

at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:194)

at 
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalInit(EquinoxLauncher.java:67)

at 
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.init(EquinoxLauncher.java:37)

at org.eclipse.osgi.launch.Equinox.init(Equinox.java:178)

at org.netbeans.modules.netbinox.Netbinox.init(Netbinox.java:63)

at org.netbeans.core.netigso.Netigso.prepare(Netigso.java:145)

at org.netbeans.NetigsoHandle.turnOn(NetigsoHandle.java:115)

at org.netbeans.ModuleManager.enable(ModuleManager.java:1437)

at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)

at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)

at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)

at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)

at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)

at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)

at org.netbeans.core.startup.Main.start(Main.java:282)

at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)

at java.base/java.lang.Thread.run(Thread.java:832)

Caused by: java.io.IOException: Permission denied

at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)

at java.base/java.io.File.createTempFile(File.java:2107)

at 
org.eclipse.osgi.storagemanager.StorageManager.initializeInstanceFile(StorageManager.java:188)

at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:708)

at 
org.eclipse.osgi.internal.baseadaptor.BaseStorage.initFileManager(BaseStorage.java:226)

at 
org.eclipse.osgi.internal.baseadaptor.BaseStorage.initialize(BaseStorage.java:160)

at 
org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(BaseAdaptor.java:123)

at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:192)

... 16 more

 

 

This is my terminal output.

I also can't open netbeans using the app icon itself in the Application folder, 
it still crashes during startup.)

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: Using the Zip file to execute the bin doesn't work either, it crashes 
with runtime exception.

I also tried to use the --jdkhome command, so netbeans has the right java 
library.

But netbeans only starts when I'm using the *sudo* 
*/Users/User/Downloads/netbeans/bin/netbeans --jdkhome 
/Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home*

After this step, I can use Netbeans as usually as I do. ** 

So, is there a fix yet?

 )

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-14 Thread Julia W (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17232150#comment-17232150
 ] 

Julia W commented on NETBEANS-4779:
---

[~geertjan] thx for giving me the permission hint. It really seemed the update 
to Big Sur crashed my root permissions.

I changed this and now its working fine.

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-14 Thread Julia W (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julia W updated NETBEANS-4779:
--
Attachment: (was: Screen Shot 2020-11-14 at 20.31.39.png)

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-14 Thread Julia W (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17232131#comment-17232131
 ] 

Julia W commented on NETBEANS-4779:
---

But before updating to Big Sur I didn't have any problem, I used it every day.

 

java.lang.RuntimeException: Permission denied

at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:194)

at 
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalInit(EquinoxLauncher.java:67)

at 
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.init(EquinoxLauncher.java:37)

at org.eclipse.osgi.launch.Equinox.init(Equinox.java:178)

at org.netbeans.modules.netbinox.Netbinox.init(Netbinox.java:63)

at org.netbeans.core.netigso.Netigso.prepare(Netigso.java:145)

at org.netbeans.NetigsoHandle.turnOn(NetigsoHandle.java:115)

at org.netbeans.ModuleManager.enable(ModuleManager.java:1437)

at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)

at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)

at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)

at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)

at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)

at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)

at org.netbeans.core.startup.Main.start(Main.java:282)

at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)

at java.base/java.lang.Thread.run(Thread.java:832)

Caused by: java.io.IOException: Permission denied

at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)

at java.base/java.io.File.createTempFile(File.java:2107)

at 
org.eclipse.osgi.storagemanager.StorageManager.initializeInstanceFile(StorageManager.java:188)

at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:708)

at 
org.eclipse.osgi.internal.baseadaptor.BaseStorage.initFileManager(BaseStorage.java:226)

at 
org.eclipse.osgi.internal.baseadaptor.BaseStorage.initialize(BaseStorage.java:160)

at 
org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(BaseAdaptor.java:123)

at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:192)

... 16 more

 

 

This is my terminal output.

I also can't open netbeans using the app icon itself in the Application folder, 
it still crashes during startup.

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
> Attachments: Screen Shot 2020-11-14 at 20.31.39.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-14 Thread Julia W (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17232127#comment-17232127
 ] 

Julia W edited comment on NETBEANS-4779 at 11/14/20, 7:44 PM:
--

# # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# Default locations of userdir and cachedir:
# (http://wiki.netbeans.org/FaqWhatIsUserdir)
#
# On Windows ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "\NetBeans" where  is user's
# value of "AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
# and ${DEFAULT_CACHEDIR_ROOT} will be replaced by the launcher
# with "\NetBeans\Cache" where  is user's
# value of "Local AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
#
# On Mac ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/Library/Application Support/NetBeans" and
# ${DEFAULT_CACHEDIR_ROOT} with "~/Library/Caches/NetBeans"
#
# On other systems ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/.netbeans" and ${DEFAULT_CACHEDIR_ROOT} with "~/.cache/netbeans"
#
# You can also use ${HOME} variable which will be replaced with
# user.home JVM system property value. This variable is valid only in
# netbeans_default_userdir and netbeans_default_cachedir properties.
#
# NOTE: If you specify a non-default userdir path on command line
# (--userdir option) and don't specify a cachedir path (--cachedir option),
# cachedir will be in "/var/cache".
#
# Cachedir must be different from userdir. The same cachedir and userdir
# would cause problems.
#
netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/12.1"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/12.1"

# Options used by NetBeans launcher by default:
# (can be overridden by explicit command line switches)
#
# Note that default -Xmx is selected for you by the JVM automatically.
# You can find these values in var/log/messages.log file in your userdir.
# The automatically selected value can be overridden by specifying -J-Xmx
# here or on the command line.
#
# JDK 11 made GTK 3 default on Linux. Unfortunately it makes
# NetBeans ugly on Linux with the default GTK+ Look and Feel,
# as a workaround -J-Djdk.gtk.version=2.2 has been added to the
# default command line arguments.
# (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
#
netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
-J-Djdk.gtk.version=2.2 -J-Dapple.laf.useScreenMenuBar=true 
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true 
-J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
-J--add-opens=java.base/java.lang=ALL-UNNAMED 
-J--add-opens=java.base/java.security=ALL-UNNAMED 
-J--add-opens=java.base/java.util=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt.event=ALL-UNNAMED 
-J--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED 
-J--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED -J--add-modules=jdk.jshell 
-J--add-exports=java.desktop/sun.awt=ALL-UNNAMED 
-J--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED 
-J--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.swing=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED 
-J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED 
-J--add-exports=java.management/sun.management=ALL-UNNAMED 
-J--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED 
-J-XX:+IgnoreUnrecognizedVMOptions"

# Default location of JDK:
# (set by installer or commented out if launcher should decide)
#
# It can be overridden on command line by using --jdkhome 
# Be careful when changing jdkhome.
# There are two NetBeans launchers for Windows (32-bit and 64-bit) and
# installer points 

[jira] [Commented] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-14 Thread Julia W (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17232127#comment-17232127
 ] 

Julia W commented on NETBEANS-4779:
---

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# Default locations of userdir and cachedir:
# (http://wiki.netbeans.org/FaqWhatIsUserdir)
#
# On Windows ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "\NetBeans" where  is user's
# value of "AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
# and ${DEFAULT_CACHEDIR_ROOT} will be replaced by the launcher
# with "\NetBeans\Cache" where  is user's
# value of "Local AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
#
# On Mac ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/Library/Application Support/NetBeans" and
# ${DEFAULT_CACHEDIR_ROOT} with "~/Library/Caches/NetBeans"
#
# On other systems ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/.netbeans" and ${DEFAULT_CACHEDIR_ROOT} with "~/.cache/netbeans"
#
# You can also use ${HOME} variable which will be replaced with
# user.home JVM system property value. This variable is valid only in
# netbeans_default_userdir and netbeans_default_cachedir properties.
#
# NOTE: If you specify a non-default userdir path on command line
# (--userdir option) and don't specify a cachedir path (--cachedir option),
# cachedir will be in "/var/cache".
#
# Cachedir must be different from userdir. The same cachedir and userdir
# would cause problems.
#
netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/12.1"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/12.1"

# Options used by NetBeans launcher by default:
# (can be overridden by explicit command line switches)
#
# Note that default -Xmx is selected for you by the JVM automatically.
# You can find these values in var/log/messages.log file in your userdir.
# The automatically selected value can be overridden by specifying -J-Xmx
# here or on the command line.
#
# JDK 11 made GTK 3 default on Linux. Unfortunately it makes
# NetBeans ugly on Linux with the default GTK+ Look and Feel,
# as a workaround -J-Djdk.gtk.version=2.2 has been added to the
# default command line arguments.
# (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
#
netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
-J-Djdk.gtk.version=2.2 -J-Dapple.laf.useScreenMenuBar=true 
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true 
-J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
-J--add-opens=java.base/java.lang=ALL-UNNAMED 
-J--add-opens=java.base/java.security=ALL-UNNAMED 
-J--add-opens=java.base/java.util=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt.event=ALL-UNNAMED 
-J--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED 
-J--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED -J--add-modules=jdk.jshell 
-J--add-exports=java.desktop/sun.awt=ALL-UNNAMED 
-J--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED 
-J--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.swing=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED 
-J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED 
-J--add-exports=java.management/sun.management=ALL-UNNAMED 
-J--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED 
-J-XX:+IgnoreUnrecognizedVMOptions"

# Default location of JDK:
# (set by installer or commented out if launcher should decide)
#
# It can be overridden on command line by using --jdkhome 
# Be careful when changing jdkhome.
# There are two NetBeans launchers for Windows (32-bit and 64-bit) and
# installer points to one of those in the NetBeans application shortcut
# 

[jira] [Updated] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-14 Thread Julia W (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julia W updated NETBEANS-4779:
--
Attachment: Screen Shot 2020-11-14 at 20.31.39.png

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
> Attachments: Screen Shot 2020-11-14 at 20.31.39.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-14 Thread Julia W (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17232125#comment-17232125
 ] 

Julia W commented on NETBEANS-4779:
---

Using the Zip file to execute the bin doesn't work either, it crashes with 
runtime exception.

I also tried to use the --jdkhome command, so netbeans has the right java 
library.

But netbeans only starts when I'm using the *sudo* 
*/Users/User/Downloads/netbeans/bin/netbeans --jdkhome 
/Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home*

After this step, I can use Netbeans as usually as I do. ** 

So, is there a fix yet?

 

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists