java - How eclipse generates .classpath file? -
when create java project in eclipse ide, .classpath
, .project
file. can guys please give me idea how eclipse generates both files?
the .classpath
file holds same information eclipse gui presents build path information. .project
file holds other project-specific information eclipse has, except ui related information, places in files in .settings
sub directory.
Comments
Post a Comment