I have some doubts regarding the files .classpath and .project. I'm using eclipse IDE. I created a project. In that project is see that two files are created. They are
- .classpath
- .project.
Following questions I have:
- Can I know what are the main differences between these two files(.classpath & .project)?
- What is the main purpose of .project file?
- Can i use .project file in place of .classpath file?
- Whether .project file is created in all java IDE's?
Any help is highly appreciated