stCarolas opened a new issue, #7114: URL: https://github.com/apache/netbeans/issues/7114
### Apache NetBeans version Apache NetBeans 21 ### What happened I'm trying to start java.lsp.server for using with nvim. `bin/netbeans -h` says ``` Additional module options: --start-java-language-server [<arg>] Starts the Java Language Server ``` but when I'm trying `bin/netbeans --start-java-language-server=stdio` or `bin/netbeans --modules --start-java-language-server=stdio`I get exception ``` Unrecognized option --start-java-language-server=stdio ``` ### Language / Project Type / NetBeans Component LSP ### How to reproduce run `bin/netbeans --modules --start-java-language-server=stdio` ### Did this work correctly in an earlier version? No / Don't know ### Operating System Fedora 39 ### JDK openjdk 21 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
