Java project from GIT in Eclipse

只谈情不闲聊 提交于 2019-12-11 04:27:02

问题


I have Eclipse Java project on windows machine. I have pushed this project to newly created project in Bitbucket repository.

Now I would like to get this project in another machine by using Eclipse with eGit plugin. I do

Import->Source git repository->BranchSelection->Local destination->Select wizard to use for importing objects->Import using New Project wizard->Select wizard (java project)-> Create Java project

Got error:

If I do Import as general project instead of Import using New Project wizard I'm getting Generic project with files from Git. But it is not Java project.

I suppose there is less complicated way of creating Eclipse Java Git project. What is the right way of doing that?

来源:https://stackoverflow.com/questions/52245513/java-project-from-git-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!