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 52140 - no input in input/output window
Summary: no input in input/output window
Status: RESOLVED DUPLICATE of bug 47708
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 08:33 UTC by verretpa
Modified: 2004-12-08 01:16 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 verretpa 2004-12-07 08:33:52 UTC
BufferedReader in = new BufferedReader(new
InputStreamReader(System.in));
str = in.readLine();

readline doesn't wait for input. Same code works
in 3.6
Comment 1 Milan Kubec 2004-12-07 09:42:08 UTC
Problem of Ant tool itself. Duplicate.

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