JVC.EXE (JVC) is the Microsoft compiler for Java. By default, the compiler produces (.class) files that run on any virtual machine for Java. 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: