This procedure will help you create a cabinet file for delivering compressed class and multimedia files to a user's system:
Code-signing is important because it assures users that they can trust your code before placing it on their computers. For more information on trusted code, see Guidelines for Making Java Code Trusted. For information and instructions on signing your code, see Signing a Cabinet File with Java Permissions and http://msdn.microsoft.com/workshop/default.asp .
To access the applet from a Web page, use the <APPLET> tag and the cabbase or cabinets parameters. See Accessing Java Applets for more information.
When creating cabinet files that will be read by the browser from the cabbase parameter, use the default compression mode (MSZIP) and not the LZX (Lempel-Ziv) compression mode. The LZX compression mode is supported by Microsoft® Internet Explorer version 4.0, but not by Internet Explorer 3.x.