我正在制作一个捆绑包以插入 OSGi 以为用户提供功能:
Usercase: User input the classname string and click "list" button, the corresponding class will be decompiled and show the text on GUI for user.
所以这是我的问题:我只有我的包的类加载器,我怎样才能获得 OSGi 容器类加载器,我可以从整个 OSGi 容器中按名称加载类?(我希望当 OSGi 启动时,它会将所有包和所有类加载到内存中,如果 OSGi 容器类加载器确实存在并且能够加载任何类,则它可以加载)
任何人都知道如何做这项工作?示例代码受到高度赞赏。