If I manually add another variable like M2_REPO
pointing to a directory,
I don't find it in either .project
or .classpath
,
where is it restored then?
If I manually add another variable like M2_REPO
pointing to a directory,
I don't find it in either .project
or .classpath
,
where is it restored then?
It's stored in the JDT settings in your 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 classpath var is shared by the whole workspace.