Reputation: 6624
I accidentally deleted a package that had a number of classes in it from my NetBeans project. I can't find it from History > Revert Deleted. Is there a way to recover the package and its content?
Upvotes: 0
Views: 1567
Reputation: 6045
Create the package with the same name again and then your classes will be shown under History / Revert Deleted.
[edit] And for the next time do yourself a favor and use some version control like Subversion, GIT or something alike.
Upvotes: 1