Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q4066 Is there any way to load applet faster in a HTML site?

You are here: irt.org | FAQ | Java | Q4066 [ previous next ]

Use a Java Archive file to cluster the classes and the data that you want to supply to your applet. Check out the JAR utility that comes with the JDK, check the options to compress the .jar file. Now use the archive field in the applet tag. This will help in reducing the time to load the applet.

©2018 Martin Webb