简体   繁体   中英

How to add a folder into eclipse for development work?

I have cloned a git repository (which contains lot of python, shell, json files) using git clone command from git bash and it is in my workspace location. I would like to add the whole repository folder into eclipse and want to do modifications / edits to the shell, python files there. How can I do it?

Note: I am Pretty new using Eclipse and I would appreciate your help.

There is no need to create a Java project and let unnecessary Java dependencies and libraries to cling into the project. The question is regarding importing an existing directory into eclipse

Suppose the directory is present in C:/harley/mydir

What we have to do is ,

Create a new project [Right click on Project explorer, select New -> Project, From the Wizard list, select General -> Project .. click next ]

Give the project name same as your target directory , Here 'mydir'. Uncheck the 'Use default location' and give the exact location , ie: C:/harley/mydir and click on Finish.

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