Basic HTML version of Foils prepared Aug 14 1997

Foil 13 What is a JAR file ?

From JavaBeans CORBA ComponentWare UC Web applications Certificate -- Aug 11,14 97. by Geoffrey C. Fox, Wojtek Furmanski


1 This is Java's version of a UNIX tar file and contains a variety of files including .class, image, sound, HTML pages
2 The JAR file is stored in compressed (zip) fashion and can also be signed using standard digital signature techniques.
  • Perhaps they download faster due to compression!
3 There is a "control" file called a manifest which inter alia is used to identify any JavaBean present. It also specifies message digest algorithm
4 JavaBeans must be stored in JAR files and must be identified in manifest
5 JAR files can be accessed from HTML using &#060APPLET&#062 tag
  • &#060APPLET ARCHIVES="first.jar,second.jar" CODE="yourclass.class" WIDTH=100 HEIGHT=200 &#062&#060/APPLET&#062
6 Java looks first in .jar files for requested class

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Jan 8 1998