TOC PREV NEXT INDEX



Run program


The Run program dialog lets the user specify a class with a public static void main(String[]) method for execution. The user may also enter command line parameters (one per line) into the dialog. The specified class's main method will be executed when the Run button is pressed. All applications started through the Run program dialog execute within the same Virtual Machine and are capable of interacting with each other through static methods.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX