|
Java™ by example!
|
|
|
How do I read the manifest from a JAR file?
Create a JarFile instance and call the method getManifest. You'll have access to all the Manifest's attributes. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|