Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
/nologo
When compiling files from the command line, this option suppresses the display of the compiler version number and copyright information.
Example
The following command compiles the myClass.java file without displaying the compiler copyright notice:
JVC /nologo myClass.java