Menu

#3 Export/Import: Unable to export/import Packages

open
5
2007-05-14
2007-05-14
No

Export/Import: Unable to export/import packages

Assumption: 2 projects have been created.

STR:
1. Launch Eclipse
2. Select Java icon
3. Select projectname node (projectname = project you will export from)
4. Select the Meta-INF node
5. Double click the Manifest.MF file
6. If necessary, select the Manifest tab displayed within the manifest editor view
7. Below Bundle-Version: enter Export-Package: projectname (same name used in step 3)
8. Using keyboard, select Enter
9. Save entry by selecting Control + S
10. Select projectname node (projectname = project you will import into)
11. Select the Meta-INF node
12. Double click the Manifest.MF file
13. If necessary, select the Manifest tab displayed witihin the manifest editor view
14. Below Bundle-Version: enter Import-Package: projectname (same name used in step 3 and 7)
15. Using keyboard, select Enter
16. Save entry by selecting Control + S
17. View the OSGi Bundle Classpath

Expected Results: A new file folder is created and displayed. The file folder is titled the same name used in step 3, 7 and 14)

Actual Results: A new file folder is not being created.

Discussion


Log in to post a comment.