mainClass property

String? mainClass
final

The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.

Implementation

final String? mainClass;