Java Class AndroidLib - Beatsleigher Edition
Contains information about the current machine's Java installation
Inheritance Hierarchy

SystemObject
  RegawMODJava

Namespace: RegawMOD
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public static class Java

The Java type exposes the following members.

Constructors

  NameDescription
Private methodStatic memberJava
Top
Methods

  NameDescription
Private methodStatic memberGetJavaInstallationPath
Public methodStatic memberRunJar
Runs the specified Jar file with the specified arguments
Public methodStatic memberUpdate
Updates the information stored in the Java class
Top
Fields

  NameDescription
Private fieldStatic memberbinPath
Private fieldStatic memberinstallationPath
Private fieldStatic memberisInstalled
Private fieldStatic memberjavacExecutable
Private fieldStatic memberjavaExecutable
Top
Properties

  NameDescription
Public propertyStatic memberBinPath
Gets a value indicating the path to Java's bin directory on the local machine
Public propertyStatic memberInstallationPath
Gets a value indicating the installation path of Java on the local machine
Public propertyStatic memberIsInstalled
Gets a value indicating if Java is currently installed on the local machine
Public propertyStatic memberJavacExe
Gets a value indicating the path to Javac.exe on the local machine
Public propertyStatic memberJavaExe
Gets a value indicating the path to Java.exe on the local machine
Top
See Also

Reference