Open tonilopezmr opened 6 years ago
To add a MANIFEST.MF or create a jar from .class and other libraries you can use jar cfm options.
MANIFEST.MF
jar cfm
jar cfm app.jar META-INF/MANIFEST.MF folderWithClasses folderWithLibraries
To add a
MANIFEST.MF
or create a jar from .class and other libraries you can usejar cfm
options.jar cfm app.jar META-INF/MANIFEST.MF folderWithClasses folderWithLibraries
References