简体   繁体   中英

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM