I created a java project and then tried to import Java source code from two different projects. I've been working on it for a few hours, deleting and re-creating the project dozens of times to try to reconcile all of the messed up references between these two projects - which other people say are supposed to work together reliably.
What I'm doing is using svn to download the source from each project. And then using File-Import-File System in Eclipse. Once it's in Eclipse, I'm using the Refactor-Move command to move everything into the same src folder. That's where I get all the red marks indicating messed up references.
What's the right way to import Java source into Eclipse to avoid messing up references?
Surely not everyone goes about it the way I am doing it - or else no one would get anything done in Eclipse. My assumption here is that I am completely clueless about Eclipse and just don't know the easy way to reconcile these two batches of compatible code.