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.
Questions tagged [meta-inf]
125 questions
1
vote
1 answer
@ConfigurationProperties is not working in Spring Boot 3.0.1
I faced the issue after upgrade SpringBoot from 2.x to 3.0.1
In kotlin, @ConfigurationProperties deosn't generate 'peroperteis' field in some conditions.
1.
Code: 'var' with default value
@ConfigurationProperties(prefix = "cnr.app")
data class…

unD3R
- 34
- 5
1
vote
2 answers
No valid certificate found in APK. The signature file must be called META-INF/CERT.RSA
I am trying to upload my apk to Clover Marketplace. I signed my apk using apksigner with v1 signature. But when I upload my apk to Clover Marketplace I get this error.
What am I missing?
My app does not have META-INF folder anywhere. How to fix…

Rohit Singh
- 16,950
- 7
- 90
- 88
1
vote
1 answer
How to exclude META-INF WARNING after running mvn clean install?
the warnings look like this. Then under are my plugins How should I configure plugins to remove all META-INF warnings? the warnings look like this. Then under are my plugins How should I configure plugins to remove all META-INF warnings? Hier is one…

Neda
- 125
- 6
1
vote
2 answers
correct use of the exclude term in maven assembly plugin
short: I need to filter all .java files and every META-INF folder from a set of jars and package the class files and resources from that jars into one single jar.
I currently use the maven-assembly-plugin, but would try something else as long as it…

Angelo Fuchs
- 9,825
- 1
- 35
- 72
1
vote
0 answers
eclipse *.jar export does not contain all provider configuration files of subprojects in META-INF/services
I'm trying to export a Java project with "Export as Runnable JAR" in eclipse, that amongst others contains two project references that each contain a META-INF folder in their src/ folder (see image).
Now, my problem is, when I export the jar and…

botg
- 31
- 5
1
vote
0 answers
How to disable access to certain static files from /resources/META-INF/resources in production using Quarkus?
Im having a small html page in my META-INF/resources to test certain things in my development environment with gradle quarkusDev.
ContainerRequestFilters don´t get called when static content is being requested, so no way to prevent it there, and I…

Marian Klühspies
- 15,824
- 16
- 93
- 136
1
vote
1 answer
My output .jar gives an java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
The project can be run with 'Run' -> 'Run\'[PACKAGE.NAME].MainKt\'' in Intellij
Idea IDE.
However, the I have tried several methods from Stack Overflow, the problem still exists as well as I built jar file, and when run the output jar file
jar…

1552980358
- 63
- 7
1
vote
0 answers
JasperException: absolute uri cannot be resolved in aem 6.4
Using IntelliJ
Inside my project, i have this path bundle/src/main/resources/META-INF/cet-tags.tld
cet-tags.tld is:

Ferdinand
- 13
- 2
1
vote
1 answer
Spring-boot :Proguard obfuscation war: no main manifest attribute in WAR File
We are trying to the obfuscation to Spring Boot Application.
For obfuscation we are using proguard
The configuration i did is
com.github.wvengen
…

mahesh
- 909
- 2
- 18
- 37
1
vote
1 answer
Android Studio: Duplicate files copied in APK META-INF/LICENSE when compile(exclude did not work)
I added some libraries to my proyect to convert docs to PDFs.
When I compile it returns this error:
:app:mergeDebugShaders
:app:compileDebugShaders
:app:generateDebugAssets
:app:mergeDebugAssets
:app:processDebugJavaRes…

Iván Valdés
- 49
- 5
1
vote
0 answers
Adding custom string in java manifest at the end of 'Classpath' via maven pom.xml
I´m trying to update a manifest file adding a pair of new lines inside a classpath.
I have something like this in my pom:
org.apache.maven.plugins
…

vcima
- 421
- 1
- 7
- 20
1
vote
0 answers
Change Metainf in my own unsigned APk
I have my own unsigned apk installed into my android tablet in customer remote location. My development is crashed and now i had setup the android studio again and get the unsigned apk. But now it is not getting installed into my tablet.
I tried to…

Sriram S
- 533
- 3
- 26
1
vote
1 answer
JRockit vs HotSpot classloading issue - META-INF/services
According to the javadoc of javax.xml.validation.SchemaFactory#newInstance, I can specify which implementation of SchemaFactory I want, by placing a file in META-INF/services called javax.xml.validation.SchemaFactory with the required class (in my…

artbristol
- 32,010
- 5
- 70
- 103
1
vote
0 answers
Java Applet requests /META-INF/services/javax.xml.transform.TransformerFactory
I have a signed java applet that runs on a web page and every time it loads, it requests the following files on the host:
GET /META-INF/services/javax.xml.transform.TransformerFactory
GET…

Joel
- 46
- 6
1
vote
2 answers
Eclipse Mqtt paho throws java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
I am using mqtt as a client to get messagaes from the mqtt broker.
Previously I had 0.2.1 which had a issue in clientId generation (greater than 23 characters would fail)
I saw the fix is done in later versions, so I upgraded to 1.0.1. I…

nandini
- 428
- 2
- 9
- 20