Cleaning and building all projects is recommended XXXX Unknown Java Problem

312 阅读1分钟

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

image.png

2.点击project--》clean

image.png

完美解决