Eclipse下OSGI的第一个demo

  1. 安装eclipse Neon.3 Release(4.6.3)
  2. file->new->other->Plug-in Project
    Eclipse下OSGI的第一个demo_第1张图片
    Eclipse下OSGI的第一个demo_第2张图片
    Eclipse下OSGI的第一个demo_第3张图片
    Eclipse下OSGI的第一个demo_第4张图片

过程参见:https://blog.csdn.net/acmman/article/details/50904044
3. 项目结构
Eclipse下OSGI的第一个demo_第5张图片
4. 配置运行参数
Eclipse下OSGI的第一个demo_第6张图片
5. 运行,正确情况直接输出HelloWord,进入控制台,输入ss可查看状态
Eclipse下OSGI的第一个demo_第7张图片
8. 如果报错:Could not resolve module: com.genuitec.eclipse.core [9],清理配置再运行‘
Eclipse下OSGI的第一个demo_第8张图片

参见:https://blog.csdn.net/acmman/article/details/50904044
注意:运行一直报错,尝试第六步,清理配置后运行

你可能感兴趣的:(OSGI)