0

I would like to set the values for Specification-Vendor and Implementation Vendor such that they are set when my code is run without having been packaged into a jar file.

In the jar file I can add them to the manifest.mf file but when debugging in Intellij or running the mvn test phase these values are not picked up from the unpackaged META-INF directory.

James Robinson
  • 1,222
  • 1
  • 15
  • 43
  • 2
    This sounds like an X-Y question. Why do you need these values to be set when running/debugging code through an IDE? – Thorn G May 05 '14 at 13:37
  • Because the JAI library requires them to be set when manipulating TIFFs. I did not write that library. – James Robinson May 06 '14 at 13:39

0 Answers0