Contains information about the current machine's Java installation
Inheritance Hierarchy
RegawMODJava
Namespace: RegawMOD
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
The Java type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | Java |
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetJavaInstallationPath | |
![]() ![]() | RunJar |
Runs the specified Jar file with the specified arguments
|
![]() ![]() | Update |
Updates the information stored in the Java class
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | binPath | |
![]() ![]() | installationPath | |
![]() ![]() | isInstalled | |
![]() ![]() | javacExecutable | |
![]() ![]() | javaExecutable |
Properties
Name | Description | |
---|---|---|
![]() ![]() | BinPath |
Gets a value indicating the path to Java's bin directory on the local machine
|
![]() ![]() | InstallationPath |
Gets a value indicating the installation path of Java on the local machine
|
![]() ![]() | IsInstalled |
Gets a value indicating if Java is currently installed on the local machine
|
![]() ![]() | JavacExe |
Gets a value indicating the path to Javac.exe on the local machine
|
![]() ![]() | JavaExe |
Gets a value indicating the path to Java.exe on the local machine
|
See Also