Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieve/Recover deleted Netbeans project

I was just working on my Netbeans project and accidentally deleted it and don't know how to recover it.

Is there a tmp folder that the deleted project is stored in.

Or am I forever doomed?

Thanks, Lucas

like image 655
Lycana Avatar asked May 23 '09 06:05

Lycana


People also ask

Where are NetBeans projects saved?

In NetBeans, select "File" from the menu bar, then "Open project..." and select the location where the file was saved from RobotBuilder. The project will be opened and you will see it in the "Projects" tab on the left side of the NetBeans window.

How do I restore a Java project?

Go to: >File>Open Projects from File System... Select your Import Source (look for your work-space). Select the project you deleted from package explorer. Click finish.

Where are JAR files stored in NetBeans?

A JAR file containing your project is created inside the PROJECT_HOME/dist folder. If you have specified any libraries for the project (in addition to the JDK), a lib folder is created in the dist folder.


1 Answers

Do not panic. Its very easy. Follow the steps:

  1. Right click on the folder/directory that the files had been deleted.

  2. Choose Local History – Restore Deleted

  3. Done

like image 188
Swar Avatar answered Sep 21 '22 17:09

Swar