This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 130619

Summary: j2se project runtime arguments can't include empty string
Product: java Reporter: anchoret <anchoret>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

Description anchoret 2008-03-20 10:43:42 UTC
j2se project runtime arguments can't include empty string even if quote it by double quotation marks. e.g. we can run 
a java program by typing command line, such as, java ClassName "abc" "-2" "" "f", there are 4 arguments for it. But 
when we copy these 4 arguments in the text field of project's run arguments and run the app, the ide only recognize 3 
arguments and the 3th one was lost.