I recently moved from Windows to Fedora and now I need to open and work on my projects in linux. Can you tell me how can I move it into linux?
Asked
Active
Viewed 2,110 times
1 Answers
1
There are different methods. Either:
- Copy the entire project folder and then choose
File
->Open Project
and select the path where you have stored it on linux. - Or you can previously
export
your project tozip
file fromFile
->Export Project
and then import it from linux fromFile
->Import Project
.
NetBeans saves all your project settings inside nbproject
folder which resides in the root of your project directory.

codelearner
- 1,354
- 1
- 16
- 32