简体   繁体   中英

Eclipse Absolute Path Configuration

I have created several projects (with C/C++ files) in Eclipse. I am able to compile on my machine. But when I migrate from my machine to a different PC (different path) the project fails to open (as it is referring to the same path as created on the original machine). Is there any way I can overcome this? I would like the project to work perfectly no matter which path I move the complete project.

You have to create a new Workspace and then import your projects by using File -> Import -> Existing projects into workspace . Here you have to select the root directory of your old workspace.

In the Projects list below all your existing projects are shown and you can select all and import them all at once.

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