java - Build rcp application show JavaSE not found when change commons-collections to 3.2.2 -


when build rcp application, show error:

host plug-in javase_0.0.0 has not been found [java] [eclipse.generatefeature] 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 changed commons-collections version 3.2.1 3.2.2. java 1.7, tested java 1.8, has same problem. if rollback "commons-collections" 3.2.1, works.

apache commons-collection requires (see manifest.mf):

require-capability: osgi.ee;filter:="(&(osgi.ee=javase)(version=1.3))"

if remove this, pde - build run.

the question now: why pde build not recognize javase, version 1.3 ? build with

java(tm) se runtime environment (build 1.7.0_51-b13)


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -