Consultor Eletrônico



Kbase P51726: The case of the manifest of Java archive does not fit Websph
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/11/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

The case of the manifest of Java archive does not fit Websphere Studio

Filename "META-INF/manifest.mf" of o4glrt.jar must be "META-INF/MANIFEST.MF

CAUSE:

Known bug in Websphere Studio

FIX:

1. Copy o4glrt.jar to temporary directory

2. Extract the archive o4glrt.jar:

jar -xvf o4glrt.jar

3. Change name of manifest.mf to MANIFEST.MF

4. Delete o4glrt.jar

5. Create new archive o4glrt.jar and archive files into it without overwriting
the manifest file:

jar -cvfM o4glrt.jar *

6. Check if the name is correct now:

jar -tf o4glrt.jar

7. Check if the signature is still OK:

jarsigner -verify o4glrt.jar

Result has to be: jar verified.