I\'ve created what I\'m pretty sure is a modular jar file. But if possible, I\'d like to double check. Given a jar file, is there a way to determine what modules the compiler wo
To extract the contents of a JAR file to see what’s inside, change the extension of the JAR from .jar to .zip. Then you can extract the files with whatever zip extraction tool you choose.