Top "Manifest" questions

A manifest is a file containing metadata about an application, data file or assembly.

What does the Java Applet security warning "JAR file manifest does not contain the Permissions attribute"mean?

I have a Java Applet which needs access to the local filesystem of the client. I have created a simple …

java jar applet manifest security-warning
Could not load file or assembly 'AssemblyName PublicKeyToken=null' or one of its dependencies

{"Could not load file or assembly 'AssemblyName, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does …

.net manifest il strongname disassembly
Executable war file that starts jetty without maven

I'm trying to make an "executable" war file (java -jar myWarFile.war) that will start up a Jetty webserver that …

java executable jetty manifest war
Missing Application-Name manifest attribute for:

I have an application with some external jars I created. With the new java policy I had to sign my …

java jar manifest sign
Maven - Can't Execute JAR

After building a sample mvn project, I added my org.restlet dependencies & Java code. Then, I successfully built my …

java maven jar manifest
Java applet manifest - Allow all Caller-Allowable-Codebase

As of Java 7u45 an applet will display a warning message (even if signed with a trusted cert) if a …

java applet manifest signed-applet
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
INSTALL_FAILED_CONFLICTING_PROVIDER in Android

I am using an open-srouce code from Google for an app called MyTracks. I am getting this error when the …

java android manifest android-contentprovider
Android : Change App Label programmatically

How can I change application label to change app name shown from java code in android? I'm refering to: <…

java android manifest
What do I have to add to the manifest to debug an Android application on an actual Device?

What kind of permission/Flag do I have to add to the manifest to debug my application on an actual …

android debugging manifest