jtulach opened a new pull request, #8998: URL: https://github.com/apache/netbeans/pull/8998
If you invoke the launcher with a relative path, that relative path is set to `NETBEANS_USERDIR`. The moment you change the local directory in the terminal this invalidates the reference as now the relative path resolves to a different directory. On Linux invoked as `./nbbuild/netbeans/bin/netbeans --userdir x` I get: <img width="532" height="99" alt="Image" src="https://github.com/user-attachments/assets/21c404b8-7956-475e-9c9a-7755d4304011" /> This PR "absolutizes" both paths. The `NETBEANS_USERDIR` as well as the path to the `bin` directory. -- 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
