Are .classpath
and .project
files as created by Eclipse, only used by Eclipse internally? Are these files being used by JDK? How do Java EE application servers find classes and path?
In between, when I create the ear, war using ant
, I will use ant
options to look out for the libraries for the project compilation.
Then does the application server use .classpath
for compilation?