Top "Manifest.mf" questions

In software packaging, it is common to list the contents of a distribution in a manifest file

How to read my META-INF/MANIFEST.MF file in a Spring Boot app?

I'm trying to read my META-INF/MANIFEST.MF file from my Spring Boot web app (contained in a jar file). …

java spring-boot manifest.mf
What is use of MANIFEST.MF in WAR/JAR/EAR?

I am aware of usage of MANIFEST file in a mobile application, but am not aware of usage of same …

java manifest.mf
Apache ant manifest class-path?

I have a standard project layout for a java project: project / src / source_file_1.java ... source_file_N.java build / …

java ant manifest.mf
How to include the lib folder in the manifest classpath in Netbeans

A library that my java application uses needs looks for a file (log4j.xml) in the class path. I …

java ide netbeans classpath manifest.mf
what is correct internal structure of JAR file

This is a really silly question that I can't fine a difinitive answer to. Background. I'm using Eclipse (with one …

java eclipse ant manifest.mf
Manifest attribute for java jar

With all the help from you i was able to finish my first project in java. Now i want to …

java manifest.mf
How to build a jar using an own MANIFEST.MF in Eclipse

I have a custom MANIFEST.MF in my java-project in Eclipse. When exporting the project to a jar, I choose …

java eclipse jar manifest.mf
JAR Manifest file - Difference between Specification and Implementation

I want to add versioning information (and possibly some other metadata about the jar) to a jar of a library …

java jar manifest.mf
How to get package version at running Tomcat?

How to get package version at running Tomcat? I try getClass().getPackage().getImplementationVersion() but this always returns null. I guess …

java eclipse maven tomcat manifest.mf
Why we have to declare dependencies on manifest of JBOSS 8 (wildfly)?

given the following EAR: my-app.ear my-ejb.jar my-webapp.war lib my-lib.jar my-ejb need the oracle library to work …

java oracle jboss wildfly manifest.mf