File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Regarding detailed entries in .classpath file of eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Regarding detailed entries in .classpath file of eclipse" Watch "Regarding detailed entries in .classpath file of eclipse" New topic
Author

Regarding detailed entries in .classpath file of eclipse

Saral Saxena
Ranch Hand

Joined: Apr 22, 2011
Posts: 202

Hi Folks,

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..?
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

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.


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Regarding detailed entries in .classpath file of eclipse
 
Similar Threads
How find all loaded classes/classloaders in JVM?
jar's directly in IDE (eclipse or netbeans)
below code work in command line. but it doesn't work in eclipse.
Keeping Project Metadata in Source Control
Error while adding an external archieve