[
Bloke.com
|| Linux
|| JavaScript
|| Java
|| Volleyball
|| Link Me
]
Free: [ Guestbook || MessageBot || Plugins || Counter || AusPrices || Advertise ] |
To format is the standard ZIP format and it is backwards compatible withbrowsers that don't use this JAR format, by supplying the class files as well.
Here is an example of the applet tag with the new parameter.
<APPLET ARCHIVE="myMaze.zip" code="Maze" width=400 height=400> </APPLET>So the file myMaze.zip file would contain all the class files that are referenced (directly or indirectly) from Maze.class
See Also:
Got Java questions? Maybe my Java Board has the answers?