Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用netbeans 6.9.1和jdk 1.6写了一个java程序。我不想使用 netbeans 的输出窗口,因为它有点慢。我正在使用 Windows xp sp3,我想通过 cmd 运行。我试图在项目属性中找到-> 运行,但那里什么也没有。
如果您在 netbeans 中运行项目,它应该要求您选择主类。在您的情况下,这已经完成,因为sample.Graph该Main Class字段中有一个值。
sample.Graph
Main Class
然后执行clean and build并查看输出窗口。它应该告诉您java -jar使用什么命令在命令行上运行程序。
clean and build
java -jar