Top "Manifest.mf" questions

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

Use of the MANIFEST.MF file in Java

I noticed that JAR, WAR and EAR files have a MANIFEST.MF file under the META-INF folder. What is the …

java manifest.mf
Reading my own Jar's Manifest

I need to read the Manifest file, which delivered my class, but when I use: getClass().getClassLoader().getResources(...) I get …

java osgi manifest.mf apache-felix
include external jar when running java -jar

From my readings, when you execute a command as follows: java -jar foo.jar Then the main classpath is ignored, …

java jar classpath manifest.mf
file not found manifest.mf eclipse

I'm using the following configuration : Eclipse Indigo Maven 2 ClearCase (like SVN and CVS) and every time I want to run …

eclipse maven manifest.mf
reading MANIFEST.MF file from jar file using JAVA

Is there any way i can read the contents of a jar file. like i want to read the manifest …

java jar manifest.mf
How to read MANIFEST.MF file from JAR using Bash

I need to read MANIFEST.MF maven manifest file from "some.jar" using bash

bash jar manifest.mf
"No Main Manifest Attribute" in ----.jar Netbeans

I recently just started toying around with Maven in java. Time comes to test my project, it works fine in …

java maven netbeans jar manifest.mf
Should log4.properties be on the classpath?

I'm having some problems putting my log4j.properties file on classpath. I can use it when I'm developing (Eclipse …

java log4j manifest manifest.mf
Netbeans manifest

Is it possible to add entries to the manifest.mf file of jars generated by netbeans? to build an osgi …

netbeans manifest netbeans6.7 manifest.mf
MANIFEST.MF (The system cannot find the path specified)

I am trying to create the project as set out in the tutorial "http://crunchify.com/how-to-build-restful-service-with-java-using-jax-rs-and-jersey/". I have followed …

eclipse manifest.mf