小编Tik*_*aka的帖子

gogo:BundleException:尝试使用Equinox读取OSGi中的包时发生错误

我根据教程创建了OSGI包 ,但是当我尝试使用以下命令安装bundle时:

osgi> install file:/<path>/sample01-1.0.0.jar 
Run Code Online (Sandbox Code Playgroud)

它会显示此错误:

 Hello World...!
 osgi> install file:/sample01-0.0.1-SNAPSHOT.jar<br>
 gogo: BundleException: An error occurred trying to read the bundle<br>
 osgi> "
Run Code Online (Sandbox Code Playgroud)

问题是什么?这是我的第一个OSGI包.

java eclipse osgi maven osgi-bundle

2
推荐指数
1
解决办法
2967
查看次数

标签 统计

eclipse ×1

java ×1

maven ×1

osgi ×1

osgi-bundle ×1