JavaRunJar Method AndroidLib - Beatsleigher Edition
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

public static bool RunJar(
	string pathToJar,
	params string[] arguments
)

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: Boolean
True if successful run, false if Java is not installed or the Jar does not exist
See Also

Reference