如何将Windows Netbeans项目转换为Linux Netbeans

时间:2015-05-28 14:45:37

标签: java linux windows netbeans migrating

我最近从Windows迁移到Fedora,现在我需要在linux中打开并处理我的项目。你能告诉我怎样才能把它移到linux中?

1 个答案:

答案 0 :(得分:0)

有不同的方法。之一:

  1. 复制整个项目文件夹,然后选择File - > Open Project,并选择将其存储在linux上的路径。
  2. 或者您之前可以export将您的项目zipFile - > Export Project发送到File,然后从Import Project - >从Linux导入nbproject
  3. NetBeans将所有项目设置保存在def download_file(url) response = Net::HTTP.get_response(URI(url)) if response.code == '200' return response.body end end 文件夹中,该文件夹位于项目目录的根目录中。