【问题标题】:Separate stdin and stdout file in Eclipse在 Eclipse 中分离标准输入和标准输出文件 【发布时间】:2013-01-30 15:00:18 【问题描述】: 启动配置对话框是 如果需要来自文件的输入然后输出也进入文件,我说得对吗?为什么它必须是同一个文件?我没有看到有两个独立连接的任何选项。 【问题讨论】: 标签: eclipse stdout stdin 【解决方案1】: UI 确实令人困惑,但该文件仅用于输出。没有类似的方法可以使用文件作为输入,因此是“输入所必需的”提示。 见: I/O redirection in eclipse? Eclipse reading stdin (System.in) from a file How can we redirect eclipse console output to a file? 【讨论】: