如何通过org.osgi.framework.Bundle对象获取bundle的绝对jar路径?

时间:2012-07-03 15:05:39

标签: osgi

我有一个org.osgi.framework.Bundle实例,我试过

bundle.getLocation();
bundle.getClass().getProtectionDomain().getCodeSource().getLocation();

它们都不能返回特定依赖jar文件的绝对路径。所以我的问题是如何通过这个捆绑实例获取路径?

1 个答案:

答案 0 :(得分:5)

你不能......因为stackoverflow最少需要30个字符......你真的无法得到它......框架可以随心所欲地存储JAR。