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?
There are different methods. Either:
File
->Open Project
and select the path where you have stored it on linux.export
your project to zip
file from File
->Export Project
and then import it from linux from File
->Import Project
.NetBeans saves all your project settings inside nbproject
folder which resides in the root of your project directory.