使用外部 JAR 中的复合组件资源
我正在外部 jar 存档中使用我的复合组件。在我的 jar 存档中,我有图像和 css 文件等资源。例如,我的一个组件使用一个内部带有图像的按钮。 当我尝试在另一个项目中使用我的组件时,找不到图像的资源。
我该如何解决这个问题?
I am using my composite components in an external jar-archive. In my jar-archive i have resources like images and css-files. For example, one of my components uses a button with an image inside.
when i try to use my component in another project, the resource for the image is not found.
How do i solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
ResourceHandler
< /a> API。查看这篇文章。Try the
ResourceHandler
api. Check this article.