We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JavaArchive class is provided APIs for executing .jar file.
JavaArchive
.jar
TBD
public function __construct(string $jarFile, array $options = [])
No parameters.
public function __destruct()
public function execute(...$arguments)
public function __debugInfo()
public function getVersion(): ?string
public function getCreatedBy(): ?string
public function getEntryPointName(): ?string
public function getClassPaths(): array
public function getClasses(): array
public function getClassByName(string $name): JavaClassInterface