debugging - Redirect standard input and output to text file when run/debug a Java project from Netbeans -
i'm doing codegolf on codechef.com , using netbeans ide write code.
since codechef site require way read/write standard input/output, quite uncomfortable me run/debug code output; i.e. have entering input manually.
the situation comes critically imposiible large input. , need way turn system.in/system.out predefined input/output text file.
how can in java netbeans?
i'm using netbeans 7.3.1
Comments
Post a Comment