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

Summary: no input in input/output window
Product: ide Reporter: verretpa <verretpa>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 ***