Needs management tool for .java files
Posted
by
Chris Okyen
on Programmers
See other posts from Programmers
or by Chris Okyen
Published on 2012-10-22T20:04:36Z
Indexed on
2012/10/22
23:17 UTC
Read the original article
Hit count: 187
java
|source-code
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.
© Programmers or respective owner