I have created an OSGi bundle and I want to add two external jar files to it called mediasenseplatform.jar
and tinyos.jar
So I added this line into my manifest file:
Bundle-ClassPAth:.,mediasenseplatform.jar,tinyos.jar
but it doesn't work and I don't see these files in my bundle jar file. How can I solve this problem?