pedro-w commented on issue #5060: URL: https://github.com/apache/netbeans/issues/5060#issuecomment-1342970367
On the trailing backslash things, I think maybe that's not our fault. Powershell filename completion (pressing TAB etc. ) automatically puts in single quotes if the path contains a space BUT when it's passed to the program it seems to treat backslash as an escape - almost. If it were an escape I would expect `\'` to be a literal `'` but the program actually gets `"`. I don't really understand this but you can see the double quote appended to the path in my second screenshot. So, yes, there is no JRE at `C:\Program Files\Eclipse Adoptium\jdk-17.0.3.7-hotspot"` -- 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
