Problem with adding comm.jar as a library inside my bundle [message #500848] |
Sun, 29 November 2009 11:59  |
Eclipse User |
|
|
|
Hello all.
I have an (Equinox) OSGi framework and am trying to add comm.jar
(javax.comm implementation) inside a bundle by putting it inside a
directory in my bundle (called lib) and adding the following to my
manifest.mf (no other bundle uses this comm.jar library so I prefer
keeping it just inside my bundle instead of making it a separate bundle):
Bundle-ClassPath: ., lib/comm.jar
However, the classes inside the javax.comm package are not
available/accessible inside my bundle. Are there any other steps that I
need to take to make that library added to my bundle's classpath?
Many thanks
Ali
|
|
|
|
Powered by
FUDForum. Page generated in 0.03642 seconds