My netbeans project cannot start or debug

The target "debug" does not exist in the project "Project Name". BUILD FAILED (total time: 0 seconds) The above message falls into the output window after starting or debugging the play.how button I solve this issue and start the project

+7
java netbeans
source share
1 answer

Oh, try deleting the build.xml file and rename the project name. Then run the project. It will be a job.

+20
source share

All Articles