从客户端加载小程序依赖项
您好,我有一个带有 AllPermision 的小程序,我的小程序对 jasperreport 、 apache commons 和...有很多依赖项。我的客户下载小程序依赖项的带宽较低。在这种情况下,我想从客户端路径加载 jar 文件(依赖项)。 有人有解决办法吗?
浏览器即6
jre 1.6 更新 14
Hi i have an applet with AllPermision , my applet has alot of dependency to jasperreport , apache commons and .... my clients have Low Bandwidth for downloding applet dependencies. in this situation i want to load jar files (dependencies) from client path.
does anybody have a solution?
browser ie 6
jre 1.6 update 14
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 jar 文件添加到 JRE_HOME/lib/applet 文件夹。
有关详细信息,请参阅以下内容:
http://java.sun.com/ javase/6/docs/technotes/tools/linux/jdkfiles.html#applet
You can add your jar files to JRE_HOME/lib/applet folder.
for more information see the following:
http://java.sun.com/javase/6/docs/technotes/tools/linux/jdkfiles.html#applet