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 void main(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 void init() method, use JVIEW’s /a option.

For an alphabetic reference of the JVIEW options see JVIEW Command-Line Options.

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