Needs management tool for .java files
- by Chris Okyen
When I open the src file in the project folder in Package Explorer in Eclipse, it says the following:
Error retrieving content description for resource '/GuiAdd/src/GuiAdd.Java.'
Now, the directories of the source projects shown in Eclipse Package explorer doesn't always have the source file to link to, causing this message.
I need a way to sync the folders in the correct directory without overwriting the newest ones. Some source files I project files of the root which the Package explorer links to may be the correct versions but other source files in the root may not have the latest source or any source.
I am not using svn/git or other depository programs.