Top "Meta-inf" questions

The META-INF directory related to .jar file contain the manifest (list of contents) of a jar and is created when you write a jar file.

What's the purpose of META-INF?

In Java, you often see a META-INF folder containing some meta files. What is the purpose of this folder and …

java meta-inf
Apache Tomcat 7.0.14:build-impl.xml:1111: The module has not been deployed

While deploying a project in Netbeans7.4 It is not deploying project in Apache Tomcat 7.0.14 am it is showing following E:\…

java netbeans tomcat7 netbeans-7 meta-inf
How to build an Uber JAR (Fat JAR) using SBT within IntelliJ IDEA?

I'm using SBT (within IntelliJ IDEA) to build a simple Scala project. I would like to know what is the …

scala intellij-idea sbt meta-inf uberjar
Android Studio: Duplicate files copied in APK META-INF/DEPENDENCIES when compile

I exported my project from Eclipse and imported to Android Studio using the instructions in this link: http://developer.android.…

android android-studio duplicates meta-inf
javax.naming.NameNotFoundException: Name [jdbc/rhwebDB] is not bound in this Context. Unable to find [jdbc]

I know there's many questions regarding this exception, however, I believe I've tried everything for many days, without any luck …

java tomcat jdbc context.xml meta-inf
creating META-INF/services folder in Eclipse

I am trying to create an extensible app in Java and chose to use SPI. According to this tutorial I …

java eclipse meta-inf service-provider
Idea to avoid that spring.handlers/spring.schemas get overwritten when merging multiple spring dependencies in a single jar

I got the error Unable to locate NamespaceHandler when using context:annotation-config running (java -jar) a jar assembled by the …

spring maven-assembly-plugin meta-inf
Java Meta-Inf Services

What is the purpose of Meta-INF services in Java ?

java meta-inf
Problem "Entry name 'META-INF...' collide - Android

I have added some things to my mobile application, such as adds or animation-lists. The thing is that I could …

android android-studio mobile apk meta-inf
Maven: include files in JAR's META-INF

I'm using Maven to build a Java project, and I've got a couple files, CHANGELOG and LICENSE, that I'd like …

java maven jar maven-jar-plugin meta-inf