On 2012-10-30 13:25, Paulo Pinto wrote:

.NET and OSGi are similar approaches, because they rely on dynamic linking.

The package manager only works with static linking, otherwise you might
get into the situation it compiles fine, but runs into version conflicts
when running. Common scenario to anyone doing Java development.

I would say, in this case, that you haven't specified the versions correctly.

One issue both systems have problems solving is what to do when third
party libraries have conflicting version requirements.

Yeah, this can be a problem.

--
/Jacob Carlborg

Reply via email to