sounds like the old windows specific JDK bug
https://github.com/apache/netbeans/issues/3919#issuecomment-1933570275
Make sure you use the latest supported JDK, some reported that removing
links (esp broken and/or network targets) from your desktop helps there.
this might help too:
-J-Dnb.FileChooser.useShellFolder=false
this disables the windows side bar which is the cause of most of the issues.
as somewhat related note, NB has its own optional (and platform
independent) quick launch bar now:
https://github.com/apache/netbeans/pull/7164
-mbien
On 20.11.24 13:36, Jean-Marc Borer wrote:
Dear all,
I am running into a strange behavior since several releases (I don't
remember when it started exactly): every time when I invoke an action
that is going to spawn a native "browse files" dialog (e.g. "Open
project..." ), the IDE remains stuck for about 30 seconds and then it
displays the dialog.
I was suspecting CrowdStrike or another security agent, but I just
recently had the opportunity to test on a machine without those
installed and I upgraded to the latest version of NB. Same behavior.
On IntelliJ, it works flawlessly, just to check if it is related to
the JVM I am using.
*Product Version:* Apache NetBeans IDE 23
*Java:* 17.0.8.1; OpenJDK 64-Bit Server VM 17.0.8.1+1-LTS
*Runtime:* OpenJDK Runtime Environment 17.0.8.1+1-LTS
*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
I tried as well to profile the IDE during the opening with VisualVM
(see attached screenshot). Nothing in the logs of the IDE.
Does anyone have already noticed/observed such issue?
Thx for you help,
Cheers
JM
image.png
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists