What entries does .claspath file do have...? as we seen in eclise when we are creating a project and then after we open the .classpath file of the project itself in eclipse we see the detailed entries of the jar files of the project...does classpath include these entries itself or some detailed information..?
I do not understand your question. You wrote that you looked into the .classpath file and saw that it contained the JARs you added to the project. The .classpath file also lists the source folders. This is everything that Eclipse needs to build the classpath for when the app is compiled or run.