C# Class UninstallJava.Program

Runner class for uninstalling Java.
Afficher le fichier Open project: DemonWav/BuildToolsGUI

Méthodes publiques

Méthode 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 méthode

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
Résultat void