Hi Max, It depends on what you are trying to accomplish, and what your system looks like. Using system properties by -D should work fine if you use the default launcher, but if you have something 'special', this could break down.
If you need to pass information to you bundles because you want to configure them for some environment or composition, you could have a look at the Configuration Admin (part of the compendium spec). Do you have a little more information about you situation and goals? Angelo On Sat, Jul 3, 2010 at 5:51 PM, Max Bridgewater <max.bridgewa...@gmail.com>wrote: > Hi, > > I'm desperately trying to pass some information to my bundles. My last > hope was to use the JVM -D arguments. Unfortunately these are not made > available to the bundles. I was hoping to find them through > System.getProperty(). Am I doing something wrong here or this is a > well know feature? Is there a workaround that would allow me to pass > information from my custom launcher to my bundles? > > Thanks, > Max. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > >