| 
  | ||||||||||||||||||||||||||||||||
1: Does not include built-in Java. Use the installed JRE
(Java Runtime Environment).
2: Under Mac OS 8.x, 9.x pop-up menu doesn't exist. 
(see Notes for Mac users).
  | 
| *: | Netscape 4.x can use Java 1.3 and Swing with Java Plugin, but in this case applet methods cannot be accessed from JavaScript (see Sun's Java Plugin). | 
| **: | Limitations under OS X. (see Notes for Mac users) | 
Swing applets can be accessed in two ways:
swing.jar file
    from Sun's
	Swing 1.1.
    swing.jar if you specify its path in the CLASSPATH
	environment variable.swing.jar into
	Netscape's java/classes subdirectory (the directory where
	you can also find java40.jar).Note however, that you may encounter a serious problems with it: applet methods cannot be accessed from JavaScript in Netscape, due to some limitations in the plugin interface.
  | 
1: Limitations under OS X. 
(see Notes for Mac users)
2: Does not include built-in Java. Use the installed JRE (Java Runtime Environment).
3: Under Linux, the browser may crash when a signed applet 
calls JavaScript from Java.
In Netscape 6 and later versions (if Java Plug-in 1.3.1_01a or later is installed) the applet will be run by the installed plug-in even in built-in mode (APPLET tag). In that case in Netscape 6.x, there are no problem with Java - JavaScript communication unless using the EMBED tag.