AppletViewer

Applets are programs written in Java that are designed to run embedded in an HTML document, just like a Web page. Under most circumstances, they don't have the capability to run by themselves. The AppletViewer tool is a small program that lets you run applets without having to launch a Web browser each time you want to test your applet code. It's a quick and easy way to test your applets as you're developing them.

You call the AppletViewer with the following command:

appletviewer <options> URLs...

The URLs in the command line are the Uniform Resource Locators to HTML files that contain applet tags (such as http://www.javasoft.com/index.html). Alternatively, if you're in a directory that has an HTML file that references an applet, ...

Get Special Edition Using Java 2 Standard Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.