Viewing Applications with JVIEW

JVIEW.EXE (JVIEW) is a tool used to view Java applications and applets. JVIEW provides console window where your Java programs can run. JVIEW supports both debug and retail versions of your applications and applets.

If your Java project is an application, that is, has a public static voidmain(String args[]) method, JVIEW will run the application in JVIEW’s console window without additional command-line options. If your Java project is an applet, that is, has an public voidinit() method, use JVIEW’s /a option.

For an alphabetic reference of the JVIEW options see .

For more information about using JVIEW to view your Java window-based programs, see: