I'm using Eclipse for Java Develepers (Juno x64 running on Windows 7).
I have a project in which I was trying out a jar I no longer need (args4j), so have removed the dependency. At some point, my PC lost power unexpectedly, and I've since restarted Eclipse.
My project now has an error, "Project 'MyProject' is missing required library: '/path/to/args4j-2.0.21.jar'"
. I was working with the project for some time after removing the dependency without any issues.
Under the Project Properties > Java Build Path, there's no reference to args4j in any of the tabs.
I've tried:
- searching for the string "args4j" in all files within my project, but there are no matches. There are a bunch of references within
<workspace>.metadata.pluginsorg.eclipse.core.resources.history
, but I'm reticent to touch them out of fear I might break something else.
- [Edit] clean rebuild has no effect.
Does anyone have any idea why Eclipse is complaining, and what I might be able to do to fix it?
question from:
https://stackoverflow.com/questions/12620184/missing-required-library-in-eclipse-for-non-required-library 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…