I hope I can explain this well enough for someone to follow and understand my issue.
I have created an enterprise application with a EJB and Web component. It all works and builds on my desktop. I’ve checked in my code to Subversion to include .project files. Next, my junior developer has checked out the projects and imported the enterprise application into the workspace.
The Web Project has a dependency on the EJB Project. This is set in the Properties>Java Build Path>Projects. I see this but the Web project can not see files from the EJB project. Also the EJB Project is having problems with some of the basic Java classes like Serializable and enum. I have swtiched to JDK 1.6. I have undated the JDK in the Windows>Preferences>Java>Installed JRE window. I’ve started MYEclipse with JDK 1.6. When I try to fix my issue by going to Source>Organize Imports I see the following:
src.com.mycompany.project.domain.server.Class Name
The src directory should not be part of the package name.
Can someone give me a few hints to clear this issue up?
Thanks for taking the time to read my post!
Russ