Link to home
Start Free TrialLog in
Avatar of stsai
stsai

asked on

Preload Java Classes

Hi, I am wondering how can I pre-load(install) Java classes that I wrote on the client machine in order to speed up the loading of Java classes.  Or can I let the client machine load all the Java classes that it will need when it hits the first web page.

Thank you very much for your help.
ASKER CERTIFIED SOLUTION
Avatar of eugenem
eugenem

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fontaine
fontaine

I did pre-loading for the Java Foundation Classes (JAR > 1300Kb).
It works great. If you want the receipt...
You can list several JARs in archive parameter: archive="jar1.jar,jar2.jar".