tags:

views:

50

answers:

1

Hi,

I don't know how far the discussion in this thread is still relevant, but I'm not able to read system properties from a Felix BundleActivator.

Is this working for anybody out there? Or can somebody help me figure out what is going on?

Thanks,
Klaus.

+1  A: 

Hi,

try to get System property with BundleContext.getProperty(String) (1).

Regards, Dmytro

(1): http://www.osgi.org/javadoc/r4v42/org/osgi/framework/BundleContext.html#getProperty%28java.lang.String%29

Dmytro Pishchukhin