Editing eclipse classpath file

July 14, 2008

Eclipse

While creating a project in Eclipse, by default it creates a .classpath file in the project directory. That file will be usedfor storing file names and other dependent files needed in the classpath to compile and execute the project successfully. Normally this file will be updated automatically when ever you update the project libraries here :


Show Full Image

The following are the few sample values used in the classpath setting :

src - setting source folders path
lib - setting jar files path
output - setting path for generating class files from the source files.
The following is sample .classpath file

The following is sample .classpath file


email

Comments

comments

  • Feras

    Helpful thanks!