Where is the classpath variable restored in eclipse?

If you manually add another type variable M2_REPO

pointing to the directory,

I do not find him in .project

or in .classpath

,

where is it recovering, then?

+2


a source to share


2 answers


It is stored in the JDT settings in the workspace. Check this file under your workspace root,

.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs

      



This file is not project specific, so the classpath var is shared across the entire workspace.

+4


a source


It is stored in your workspace file.



-1


a source







All Articles