C# Class UninstallJava.Program

Runner class for uninstalling Java.
ファイルを表示 Open project: DemonWav/BuildToolsGUI

Public Methods

Method Description
Main ( string args ) : void

Takes no arguments, when this program is run it will search for Java installed on the machine and run the uninstallation program for it. It will exit 0 if the uninstallation was successful, and 1 if the uninstallation was unsuccessful or it did not find Java to uninstall.

Method Details

Main() public static method

Takes no arguments, when this program is run it will search for Java installed on the machine and run the uninstallation program for it. It will exit 0 if the uninstallation was successful, and 1 if the uninstallation was unsuccessful or it did not find Java to uninstall.
public static Main ( string args ) : void
args string
return void