Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I move a Netbeans project to a different folder?

Tags:

I've accidentally created a few NetBeans projects outside of my Dropbox folder, and I want to move the projects to the correct folder. Is there any way to change a project's directory using the NetBeans user interface?

like image 454
Anderson Green Avatar asked Jan 10 '13 06:01

Anderson Green


People also ask

How do I Export a project from NetBeans?

Select the file and also make sure that you choose the Reference as: Relative Path option. Click open. You will now be able to see your library if you expand the libraries node of your project. Select your project and then choose Export project to ZIP from the file menu.

Where does NetBeans store project files?

Under the project name that interest you, go in the "src" folder. All your java files should be there. Show activity on this post. On Ubuntu 16.04 using NetBeans IDE 8.2, a folder called NetBeansProjects was created in my root directory, parallel to the netbeans-8.2 directory.


1 Answers

Right-click on the project you want to move in the "projects" tab, and then click "move". This will allow you to move the project to a new directory.

like image 95
Anderson Green Avatar answered Oct 01 '22 07:10

Anderson Green