RCP项目在eclipse里编译时报以下错误
报错信息: Description Resource Path Location Type The project cannot be built until its prerequisite XXX is built. Cleaning and building all projects is recommended XXX Unknown Java Problem 解决:
1.先点击project--》Build All
2.点击project--》clean
完美解决