How add a project as Require-Bundle in Eclipse?
I create two Spring DM Server powered bundle project in eclipse, one is com.okooo.osgi.test1, and the other is com.okooo.osgi.test2. Then I add these projects to the sever( by Add and Remove Projects...), but when try to add com.okooo.osgi.test1 as Require-Bundle(or Import-Bundle) to com.okooo.osgi.test2, then I get the folowing error message:
Code:
Import-Bundle: com.okooo.osgi.test1[1.0.0,1.0.0] could not be resolved.
How to resolve this problem?
Thanks!