JVC.EXE (JVC) is the Microsoft compiler for Java. By default, the compiler produces (.class) files that run on any Virtual Machine (VM). However, JVC also builds applications optimized for the Windows platform. See Writing Windows-Based Applications with J/Direct for more information about creating Windows applications with Visual J++.
You may select your projectÆs compiler options on the Compile tab of the projectÆs Properties dialog box; options may also be typed into the Additional compiler options text box of the same tab. Access the Compile tab from the Project menuÆs Properties dialog box. Each of the options on the Compile tab is described in Setting Compiler Options.
For an alphabetic reference of the JVC command-line options, see JVC Command-Line Options. For more information about using JVC to compile your Java programs, see: