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