httpinterpret
httpinterpret

Reputation: 6709

Where is the classpath variable restored in eclipse?

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?

Upvotes: 2

Views: 1666

Answers (2)

ZZ Coder
ZZ Coder

Reputation: 75466

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.

Upvotes: 4

tangens
tangens

Reputation: 39733

It's stored in your workspace file.

Upvotes: -1

Related Questions