Reputation: 1
Creating new project under Java with ant > java application will have the error message "Project Folder already exists and is not empty". Things I have attempted
Please advise thanks
Upvotes: 0
Views: 934
Reputation: 29
Check in your C:\Users......\OneDrive\Documents\NetBeansProjects folder for 'ant' folder and delete it or delete the project from the workspace of NetBeans. Also try to make a new project under some other name and check if that works. If these don't work, maybe you JDK didn't get installed or updated properly.
Upvotes: 1