If my applet needs multiple JAR files, is there any way to optimize the download?
Created Jan 31, 2002
John Zukowski Consider indexing the .jar file. See http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR Index for more information about indexing. Basically, use the -i option when you create the JAR file.