What's in an Eclipse .classpath/.project file?

Posted by totalEclipse on Stack Overflow See other posts from Stack Overflow or by totalEclipse
Published on 2011-08-25T07:37:29Z Indexed on 2012/10/22 11:01 UTC
Read the original article Hit count: 323

We recently had an issue with an Eclipse project for one of our team members. Tomcat was not deploying JARs of the application.

We eventually noticed the .classpath Eclipse file was not the same as for the team members where the project was OK. We replaced the .classpath file with one from a project that was OK and the Tomcat deploy was complete.

Just out of curiosity and to know at what to look in the future if something is wrong, what is inside the .classpath and .project files. What can I add in there, what does it all mean?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse