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 - j2se project runtime arguments can't include empty string
Summary: j2se project runtime arguments can't include empty string
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-20 10:43 UTC by anchoret
Modified: 2011-08-31 14:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.