Search code examples
javaeclipseinputsystem.in

Input of "System.in.read()" in Eclipse


When you read from the standard input in Eclipse, where does that input come from?


Solution

  • It's in the same window as the standard console output, but you have to actually type something.