nigjo opened a new issue, #4622:
URL: https://github.com/apache/netbeans/issues/4622

   ### Apache NetBeans version
   
   Apache NetBeans 14
   
   ### What happened
   
   In the Properties window of a "runnable" java source file there is a setting 
for "Arguments". These arguments are handed over to the file when run as 
"single file". But this property does not handle spaces in arguments properly.
   
   
   ### How to reproduce
   
   
       Arguments=first second third
   
   works good. in `main` the `args` array has 3 entries as expected
   
       Arguments="A first argument" second "All good are three"
   
   does not work as expected. `args` will have 8 entries.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   windows 10
   
   ### JDK
   
   jdk 11
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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

Reply via email to