ID: q154604
The information in this article applies to:
This article describes Java Support for Internet Explorer.
With Java Support for Internet Explorer, Microsoft provides an initial Java implementation that supports running Java programs in Microsoft Internet Explorer version 3.0. It includes a Java virtual machine (VM), a byte code translator, and a byte code verifier.
In addition to running Java programs, Java Support for Internet Explorer enables Java programs to work with ActiveX controls. Developers can integrate the functionality of ActiveX controls with Java programs in Internet Explorer. For example, a Java program can enter data into a Microsoft Excel spreadsheet, perform computations, and print the spreadsheet. Internet Explorer also supports Unicode, so Java programs can use any language--even those that require special DBCS (Double-Byte Character Set) processing.
Hypertext Markup Language (HTML) uses the <APPLET> tag to load a Java program. The Java program is loaded into a Java virtual machine (VM), verified by the VM, and then run by the VM. In addition, the VM handles "sandboxing," memory management, and the management of other system resources.
For additional information about sandboxing and how Internet Explorer handles Java security issues, please see the following article in the Microsoft Knowledge Base:
ARTICLE_ID: Q154559
TITLE : Java Security Issues Addressed in Internet Explorer 3.0
Java Support for Internet Explorer includes the following features:
Keywords : msiew95 kbfaq
Version : 3.00
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: April 11, 1998