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 31690 - Missing space character in "External Process" arguments
Summary: Missing space character in "External Process" arguments
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-05 15:13 UTC by David Kaspar
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2003-03-05 15:13:47 UTC
Open Options frame.
Select "Debugging and Executing|Execution
Types|External Execution" node.
Invoke property editor of "External Process" property.
See the begining of arguments field.
There is:
{assertEnabled}-cp

There should be:
{assertEnabled} -cp
Comment 1 Svata Dedic 2003-03-05 16:05:52 UTC
Already fixed as part of #31684 (JavaProcessExecutor v 1.11 in trunk).
Comment 2 Jan Becicka 2003-03-10 15:49:16 UTC
VERIFIED