Re: Sharing the jar files across all the application

2010-07-10 Thread Mahammad Nasir 00900514
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. I can think of 3 method, Make the jars available to classloader of osgi launcher. (I am launching felix programa

Re: Sharing the jar files across all the application

2010-07-10 Thread Justin Edelson
You should make bundles out of these JAR files. Otherwise, you are just fighting OSGi. On 7/10/10 11:44 AM, Mahammad Nasir wrote: > Hi, > > I have 5-6 non osgi jar files (Not budle). And i have many application > bundles which uses this jar file. I want to know what is the best way to > share th

Sharing the jar files across all the application

2010-07-10 Thread Mahammad Nasir
Hi, I have 5-6 non osgi jar files (Not budle). And i have many application bundles which uses this jar file. I want to know what is the best way to share these jar files acros all the applications. I can think of, 1) collect all the jar files and make this one bundle and load this in osgi and