I don't know where it all fails but if it's possible to get the text content that is about to be copied and save that to a temporary file one could call the clip command with something like
new ProcessBuilder("cmd.exe", "/c", "type", filePath, "|", "clip").start(); Den mån 24 feb. 2025 kl 06:42 skrev Michael Bien <mbie...@gmail.com>: > On 23.02.25 15:40, Ioannis Torounoglou wrote: > > I realized that all voting members are testing on other systems than > > windows, so I guess nobody checked it. > > forgot to mention: NB has a several weeks long release candidate phase > where the community can test pre-release builds. NB typically stays in the > RC phase until all regressions/larger issues are fixed. The vote itself is > mostly about packaging and a final check - so the OS doesn't matter unless > installer artifacts are tested. All of the testing should have already > happened at the point when the vote starts and the critical issue list > targeting the release must be empty. > > -mbien > > > > > In version 24 with "-J-Dorg.netbeans.NbClipboard.level=FINEST" was almost > > perfect. > > > > Now is failing constantly! > > > > Are there any ideas/suggestions to mitigate or go back to 24? > > > > Thank you all for you effort!!! > > > > Ioannis Torounogou > > > > > > > > > > > > > --------------------------------------------------------------------- > 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 > > > >