2

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?

Community
  • 1
  • 1
Klaus
  • 2,328
  • 5
  • 41
  • 62

1 Answers1

5

Try to get system property with BundleContext.getProperty(String key)

palacsint
  • 28,416
  • 10
  • 82
  • 109
Dmytro Pishchukhin
  • 2,369
  • 1
  • 14
  • 19