Runs the specified Jar file with the specified arguments
Namespace: RegawMOD
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
Parameters
- pathToJar
- Type: SystemString
Full path the Jar file on local machine - arguments
- Type: SystemString
Arguments to pass to the Jar at runtime
Return Value
Type: BooleanTrue if successful run, false if Java is not installed or the Jar does not exist
See Also