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 50064 - Request "Running project 'Allow Program Input'"
Summary: Request "Running project 'Allow Program Input'"
Status: CLOSED DUPLICATE of bug 47708
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 05:59 UTC by pzgyuanf
Modified: 2008-12-23 00:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
the jdeveloper "allow program input" snapshot (4.97 KB, image/png)
2004-10-07 06:07 UTC, pzgyuanf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzgyuanf 2004-10-07 05:59:46 UTC
<pre>
when run/test/debug interactive program, 
for example, Client/Server socket programs or
Command line programs, this Runner Option is helpful.
Rather than specify the fixed running arguments in
the "project properties setting" window, provide a
input controller, like JTextField, in output/log
window for arbitrary input arguments of running
program.
BTW-Oracle JDeveloper has this function
</pre>
Comment 1 pzgyuanf 2004-10-07 06:07:30 UTC
Created attachment 18113 [details]
the jdeveloper "allow program input" snapshot
Comment 2 pzgyuanf 2004-10-16 09:27:52 UTC
This will be run the follow code in NetBeans:

----------
    public static void main(String[] args) {
        try {
            System.in.read();
        } catch (IOException ioe) {
            ioe.printStackTrace();
        }
    }
----------
Comment 3 tcumming 2004-11-26 20:23:44 UTC
3.6 and before allowed interactive input and I think that should be
allowed again. I am unable to run my app (which has an interactive
command line console) in 4.0 because I can't enter keyboard input
without doing work. In 3.6/3.4 I could type interactively as expected.

I now must run my app outside of Netbeans because of this.
Comment 4 Jan Chalupa 2004-11-26 22:41:45 UTC
Yeah, would be nice. Not supported in 4.0 due to a defficiency in 
Ant. See issue #47708.

*** This issue has been marked as a duplicate of 47708 ***