简体   繁体   English

从客户端加载applet依赖项

[英]load applet dependency from client side

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. 嗨,我有一个具有AllPermision的applet,我的applet对jasperreport,apache commons和...都有很多依赖。 in this situation i want to load jar files (dependencies) from client path. 在这种情况下,我想从客户端路径加载jar文件(依赖项)。 does anybody have a solution? 有人有解决方案吗?

browser ie 6 浏览器即6
jre 1.6 update 14 jre 1.6更新14

You can add your jar files to JRE_HOME/lib/applet folder. 您可以将jar文件添加到JRE_HOME / lib / applet文件夹。

for more information see the following: http://java.sun.com/javase/6/docs/technotes/tools/linux/jdkfiles.html#applet 有关更多信息,请参见以下内容: http : //java.sun.com/javase/6/docs/technotes/tools/linux/jdkfiles.html#applet

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM