On Thu, 20 Mar 2025 at 23:15, Marvin P. Warble Jr. <m.war...@corvusengineering.com.invalid> wrote: > > Has the pasting from the clipboard problem gotten worse between NB24 and > NB25?
Yes! > This workaround I had used for NB24 doesn't seem to be working in NB25. > > Is there a known workaround for this in NB25? There is a simpler workaround than the agent for NB25 to get back to the behaviour of NB24. Edit netbeans\etc\netbeans.conf or change the shortcut to include - -J-DTopSecurityManager.disable=false -J-Djava.security.manager=allow -J-Dorg.netbeans.NbClipboard.level=FINEST Assuming your workaround was the logging level hack? NB25 disabled TopSecurityManager by default, which has made the problem worse as it changed some clipboard behaviour. The TopSecurityManager is removed entirely for NB26 as security managers are no longer an option with JDK 24. A better workaround for NB26 is under discussion. It has at least confirmed what we suspected all along - that it's a JDK bug! Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists