Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q4063 Is there a way to reduce the amount of time that it takes to download an applet?

irt.org | Knowledge Base | Java | Q4063 [ previous next ]

Q4063 Is there a way to reduce the amount of time that it takes to download an applet?

There is a way to reduce the amount of time an applet takes to download. What ever classes the Java applet is refering, you cluster them in a JAR file with the help of JAR utility that comes with the JDK version. Check out the help for the options of that utility and make a ".jar" file out of the applets refered classes and images and other relevent data which you want to load.

Use the archive option of the applet tag and assign the .jar file:

<applet code="xyz.class" archieve="pqr.jar" width=100 height=100>
</applet>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.