如何将Eclipse项目从Windows导入到Mac OS [英] How to import an Eclipse project from Windows to Mac OS

查看:357
本文介绍了如何将Eclipse项目从Windows导入到Mac OS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将Eclipse项目从Windows导入到Mac,但是Eclipse无法将该文件夹识别为项目文件夹.

I am trying to import an Eclipse project from Windows to the Mac, but Eclipse does not recognize the folder as a project folder.

在Mac OS Finder中查看文件夹,我看到的只是pom.xml,没有.project

Looking at the folder in the Mac OS Finder, all I see is pom.xml, with no sign of .project

推荐答案

Mac OS可能隐藏了该文件夹.您可以通过输入

Mac OS is probably hiding the folder. You can either disable file hiding by entering

defaults write com.apple.Finder AppleShowAllFiles TRUE

进入终端,然后使用强制退出来重新启动finder,或者您可以使用eclipse将您的项目导出到.jar文件之类,从而省去您的麻烦.

into terminal and then using force quit to restart finder, or you can use eclipse to export your project to something like a .jar file and save yourself the headache.

祝你好运

这篇关于如何将Eclipse项目从Windows导入到Mac OS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆