英文:
I am getting so much verbose in output window. Apache Netbeans 12
问题
我在运行实际编译代码之前,得到了很多行输出。\
我使用的是 Apache NetBeans 12。我正在编写 Java(JDK 14)代码。
我查阅了一些资料,但我找到的所有教程都没有这些额外的行。
这就是我得到的结果。这正常吗?
英文:
I am getting so much lines when I run my code before the actual compiled code.
I use Apache Netbeans 12. I am coding Java (JDK 14).
I looked it up but all the tutorials I came through don't have these extra lines.
This is what I got. Is it normal?
答案1
得分: 1
这是Ant的正常输出。您可以影响它的唯一选项是使用-q
选项运行Ant。
可以通过“工具 -> 选项 -> Java -> Ant”来实现。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论