Created
October 7, 2014 16:07
-
-
Save samuell/da3089a88652804eb492 to your computer and use it in GitHub Desktop.
Example of a minimal META-INF/MANIFEST.MF file for creating jar files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manifest-Version: 1.0 | |
Class-Path: some-library.jar | |
Main-Class: MainClass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create jar with something like: