Top
Interstage Studio J Business Kit User's Guide
FUJITSU Software

2.1.1 Java Plug-In of Oracle Corporation

Java Plug-In of Oracle Corporation is also a tool that supports the execution of an applet on a Web browser.

Using Together with Java Plug-In

Difference between JBK Plugin and Java Plug-In of Oracle Corporation

JBK Plugin, however, has the following functionalities that Java Plug-In does not have:

  1. Create an HTML file dedicated to starting the Java VM (that is, a file that is different from HTML files in which applets are executed). Write the HTML file so that, before an applet is executed, the file handles permitted preliminary operations (for example, displays the application's title page, provides the latest information, or makes a request to the user) while the Java VM is starting up.

  2. Start the browser, then load the HTML file created in step a. The browser handles the preliminary operations coded in the HTML file in its window. Since, during operation, JBK Plugin starts the Java VM in the background, the Java VM startup sequence does not interrupt any operations on the browser window.

  3. After completion of the preliminary operations, load an HTML file in which applets are to be executed. When the Java VM has been completely started by JBK Plugin, the Java VM immediately starts downloading the applets. This method of starting the Java VM does not require users to wait until Java VM startup has been completed.

    For information about how to initially start only the Java VM, see '2.3.9 Starting a Java VM in Advance'.

If you need these functionalities, we recommend you to use JBK Plugin.

See

For details on Java Plug-in, refer to "JAVA PLUG-IN TECHNOLOGY" (http://www.oracle.com/technetwork/java/index-jsp-141438.html) from Oracle Corporation.