Java 我的 netbeans 项目无法运行或调试
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25257032/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
My netbeans project can't run or debug
提问by Super Genius
Target "debug" does not exist in the project "Project Name". BUILD FAILED (total time: 0 seconds) Above message come under output window after run or debug button play.how I solve this matter and run the project
项目“项目名称”中不存在目标“调试”。BUILD FAILED (total time: 0 seconds) 以上消息在运行或调试按钮播放后出现在输出窗口下。我如何解决这个问题并运行项目
采纳答案by Sandun Harshana
Ohhh,try to delete the build.xml file and rename project name.then run the project.It will be work.
呵呵,试试把build.xml文件删掉,重命名工程名,然后运行工程,就可以了。