What is the difference between CDC, JRE, OSGi runtime?

As far as Eclipse is concerned, what is the difference between CDC, JRE and OSGi runtimes? What are the implications of using any of the above three execution conditions while creating a new project in eclipse?

+3


source to share


1 answer


CDC is not related to C / C ++ Tooling (it is CDT), it is instead one of several specifications for the Java Runtime and language features you are targeting, specifically Connected Device Configurations (think embedded systems with less power than even a Raspberry Pi). See Explanations and a list of runtimes here .



+2


source







All Articles