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;