简体   繁体   中英

Eclipse opens old versions of my project

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.

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

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

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.

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