Search code examples
javalinuxwindowsnetbeansmigrating

How to transfer Windows Netbeans projects into linux Netbeans


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?


Solution

  • There are different methods. Either:

    1. Copy the entire project folder and then choose File->Open Project and select the path where you have stored it on linux.
    2. Or you can previously 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.