执行包含 xml 解析器 (SAX) 的包

execute bundle who cintains xml parser (SAX)

我想 运行 包含解析器代码的包 xml(SAX) 当我执行命令开始时 file:bundle 的路径我有问题

this is the error msg

 -> start file:C:\felix\bundles\home.analyser-1.0.0.jar
org.osgi.framework.BundleException: Unresolved constraint in bundle home.analyse
r [13]: package; (package=org.xml.sax.helpers)

i try to search the jar file on the net but i don't found it

有人可以帮我吗

org.xml.sax.helpers 包是 JDK 的一部分。您的问题可能是该包未包含在 OSGi 容器的系统包中。

如果您想从捆绑包中使用它而不是 JDK,您可以安装 org.everit.osgi.bundles.org.apache.xmlcommons.full bundle exports all packages of the Apache XMLCommons 项目并包含 apache 实现。