-
Error 217
I've been trying to submit my content in nokia store and i get this message:
[CODE]Errors
217 - The JAR manifest does not end with a new line.[/CODE]
Below is my jar manifest:
[CODE]Manifest-Version: 1.0
MIDlet-Name: Afrinolly
MIDlet-Version: 2.0.0
MIDlet-Vendor: FansConnect Online Limited
MIDlet-Description: African and Indian moives in your pocket.
MIDlet-Icon: /icon.png
MIDlet-Info-URL: http://www.afrinolly.com
MIDlet-1: Afrinolly,/icon.png,de.enough.polish.app.App
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
Polish-Version: 2.3 (2012-02-23)
[/CODE]
Really i'm confused, i don't know where i'm getting it all wrong, can anyone help?
-
Re: Error 217
I finally figured out the solution. First i needed to edit the JAR manifest file with the jar tool
[QUOTE]jar xf myjar.jar META-INF/MANIFEST.MF[/QUOTE]
Then update the file after editing the jar file
[QUOTE]jar umf META-INF/MANIFEST.MF myjar.jar[/QUOTE]