Top "Manifest" questions

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

Can't execute jar- file: "no main manifest attribute"

I have installed an application, when I try to run it (it's an executable jar) nothing happens. When I run …

java jar manifest main
Why has it failed to load main-class manifest attribute from a JAR file?

I have created a JAR file in this way jar cf jar-file input-files. Now, I'm trying to run it. Running …

java jar header manifest
How to setup Main class in manifest file in jar produced by NetBeans project

I have the following problem. I have a Java project in my NetBeans IDE 6.8. When I compile it and it …

java netbeans manifest
How do I create/edit a Manifest file?

I have this code from a coworker (probably got it from the web somewhere) but he's out on vacation and …

c# .net visual-studio-2010 visual-studio-2008 manifest
What does MissingManifestResourceException mean and how to fix it?

The situation: I have a class library, called RT.Servers, containing a few resources (of type byte[], but I don't …

c# .net resources manifest culture
Apply a theme to an activity in Android?

I know how to apply a theme to a whole application, but where would I go to apply a theme …

android themes manifest
Maven Error: Could not find or load main class

I'm using a Java Maven program and I don't know what to enter as the <mainClass>. I've tried …

java jar maven-2 manifest main
Command line tool to dump Windows DLL version?

I need a command line tool to dump standard Windows DLL version info so I can process it by means …

dll command-line manifest versioninfo
Reference jars inside a jar

I have a jar whose content looks as shown below, Below is my manifest file Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.3 Created-By: 1.7.0_06…

java jar manifest executable-jar
no resource found that matches the given name

This: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.…

android resources manifest