score:0

cdc is connected device configuration, which is a specification for java me. here's a wiki link for more details.

the osgi specification describes a modular system and a service platform for the java programming language that implements a complete and dynamic component model, something that does not exist in standalone java/vm environments. here's a wiki link if you want to know more about osgi.

unbound means you previously added that environment to your eclipse, but you need to edit the path and give the location again.

more details as to the execution environments in eclipse can be found at the wiki eclipse page here.

score:1

the whole list is a execution environment's available.

here is the complete list

https://wiki.eclipse.org/execution_environments#standard_execution_environments

ee name description osgi/minimum-1.0 osgi minimum execution environment 1.0 - this is a subset of the j2me foundation 1.0 class libraries defined by osgi to be the base for framework implementations.

osgi/minimum-1.1 osgi minimum execution environment 1.1 - this is a subset of the j2me foundation class libraries defined by osgi to be the base for framework implementations.

cdc-1.0/foundation-1.0 j2me foundation 1.0 - with the exception of some microedition io classes, foundation 1.0 is a subset of j2se 1.3.

cdc-1.1/foundation-1.1 j2me foundation 1.1 - with the exception of some microedition io classes, foundation 1.1 is a subset of j2se 1.4.

and unbound means, that environment added that environment to your eclipse , and eclipse no more remembered it's path. you need to edit and give the location again.


Related Query

More Query from same tag