tags:

views:

22

answers:

1

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

A: 

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

Alireza