GitHub user mbien edited a comment on the discussion: Windows clipboard issues discussion
it looks a bit weird but the extra `=` is an alternative way to pass the option and avoids that the windows shell breaks the flag into two. the regular way would be `flag space argument`: ``` --patch-module java.desktop=java_desktop_clipboard_patch_17plus.jar ``` NB uses the `-J` to know that this should be passed to the launch JVM. Without the extra equals this won't work in many cases. GitHub link: https://github.com/apache/netbeans/discussions/7051#discussioncomment-12492831 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists