在Netbeans 7.3中缺少输出

时间:2013-04-13 14:38:47

标签: java netbeans output

我测试了以下课程:

public class PrintLine {

    public static void main(String[] args) {

        System.out.println("print line!");

    }

}

Netbeans说:

run:
BUILD SUCCESSFUL (total time: 0 seconds)

在Eclipse中 I read >> print line! <<

我该怎么办?

1 个答案:

答案 0 :(得分:0)

Netbeans可能设置为输出打开另一个窗口。您正在查看的是编译器输出。也许您只是说 build clean and build 。您需要按下带有 play 符号 run 的按钮,或者您可以使用键: F6

如果输出窗口未自动打开,请转到菜单窗口 - &gt; 输出 - &gt; 输出(或使用键 ctrl + 4