Java project from GIT in Eclipse

2019-08-07 14:44发布

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:

enter image description here

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?

0条回答
登录 后发表回答