On Sun, Jul 11, 2010 at 7:03 AM, Mahammad Nasir 00900514 <[email protected]> wrote: > Can you tell me what could be the problems if i dont make it as a bundle? > > Currently i am using the second method which is working fine, i am not able > to anticipate the problem now. What do you want to share for those jars? If it's just resource files, you may put at a shared location for all bundles to access. You should use bundle if mainly for class sharing, that what OSGi about.
You can also have your own class loader and expose as service for your OSGi environment to access the jar file as a workaround. -Guo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

