When I build my rcp application, it will show this error:
Host plug-in JavaSE_0.0.0 has not been found
[java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.
[java] [eclipse.generateFeature] Bundle org.apache.commons.collections:
[java] [eclipse.generateFeature] Host plug-in JavaSE_0.0.0 has not been found.
I have only changed commons-collections version from 3.2.1
to 3.2.2
.
My java is 1.7
, i also tested java 1.8
, it has same problem. if i rollback the "commons-collections" to 3.2.1, it works.