Eclipse opens old versions of my project

荒凉一梦 提交于 2019-12-11 14:56:49

问题


When opening Eclipse the project version is not the current one(it automatically opens the very beginning version of the project, not the current files on my drive). I tried modifying the refresh settings in Preferences->Workspace, no luck. Also, when I right click->Refresh the project nothing happens. I am using the last version of Eclipse Luna and the PyDev perspective.


回答1:


Try to look that its clearly the Workspace you would to use. Do you have different Workspaces?




回答2:


have you tried go File then Switch Workspace e selected the right one? (even if ther is only one)

Some time it happend to me, maybe when i have eclipse opened and i click again on the eclipse startup app it ask me "load new workspace..." and it messup all




回答3:


Try to check the location of the project.

  1. Right-click on the project in Package Explorer and select "Properties"
  2. Select "Resources" on right side and check the location.

If the location is wrong, try to import the right one using method as follows:

  1. Right-click in Package Explorer and select "Import"
  2. Select General->Existing Projects into Workspace and import the project.


来源:https://stackoverflow.com/questions/26823553/eclipse-opens-old-versions-of-my-project

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