您的位置:首页 > 编程语言 > Java开发

Eclipse的控制台无信息输出

2014-05-06 16:48 411 查看
Eclipse的控制台无信息输出,总是提示:No Consoles to display at this time,急
public class Test {
public static void main(String[] args) {
System.out.println("5757");
}

上面的代码,Eclipse的控制台不输出5757,总是提示:No Consoles to display at this time。
解决方法
Run->Run... ->在左边的Java Application,选择一个(如果没有按右键新建一个)
然后在右边选择Common tab选项,在Standard Input and Output中选中 Allocate Console
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: