Is there a way to specify where the .classpath file is located in an Eclipse project? By default it is at the top level of the project. Being able to change that location would be helpful.
How would changing the source code change where the .classpath file resides?
Mark Peters
2010-06-09 15:11:59
I assume he means changing the Eclipse source code.
Paul Croarkin
2010-06-09 16:56:51
+2
A:
While I am pretty sure there is no way to change the location of this file, you could set up your project directory in a location of your choosing (which is where the .classpath file would reside) and then link all the source directories from the location where the project actually resides.
deterb
2010-06-20 21:13:13