Finding Classes in Java File

The quick way is to read the MANIFEST.MF file — look for the Main-Class and Start-Class lines. You can also run “jar tf path/to/my.jar” to list out the class files.

Leave a Reply

Your email address will not be published. Required fields are marked *