-
Invalid JAR file
Hi,
I already posted a reply to an already existing topic with the same error message in topic, but my message didn't appear in the reply, so I guess something went wrong in the process, so I'll just create a new post, just to be sure.
Anyway, I'm trying to install [URL="http://handheld.softpedia.com/get/System-Utilities/Communications/Talkonaut-J2ME-23797.shtml"]Talkonaut[/URL] on the nokia phone n96. Here are JAD and MANIFEST files...
JAD:
[CODE]
MIDlet-1: Talkonaut,/icon.png,talkonaut.Main
MIDlet-Version: 5.70.92
MIDlet-Name: Talkonaut
MIDlet-Jar-Size: 328999
MIDlet-Jar-URL: talkonaut.jar
MIDlet-Vendor: GTalk2VoIP TEAM
MIDlet-Permissions: javax.microedition.io.Connector.http
MIDlet-Permissions-Opt: javax.microedition.io.Connector.socket
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
Background: True
FlipInsensitive: True
MIDlet-Touch-Support: True
Nokia-MIDlet-On-Screen-Keypad: no
[/CODE]
MANIFEST.MF:
[CODE]
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 16.3-b01 (Sun Microsystems Inc.)
MIDlet-1: Talkonaut,/icon.png,talkonaut.Main
MIDlet-Name: Talkonaut
MIDlet-Vendor: GTalk2VoIP TEAM
MIDlet-Version: 5.70.92
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
Background: True
FlipInsensitive: True
MIDlet-Touch-Support: True
Nokia-MIDlet-On-Screen-Keypad: no
[/CODE]
JAD file does not have empty properties nor empty lines and MANIFEST.MF has got one empty line at the bottom (my own applications all have this empty line in MANIFEST.MF file too, and they work normally, so I guess that's not an issue).
*#0000#:
[CODE]
Software version
30.033
Software version date
18-06-09
Custom version
30.033.098.1
Custom version date
18-06-09
Language set
005
Model
Nokia N96
Type
RM-247
Latest update
Not updated
[/CODE]
The application works fine on Oracle's Emulator for the CLDC platform (Java ME Platform SDK 3.0.5).
Please help.
-
Re: Invalid JAR file
This app is not made for Nokia N96. N96 is a non-touch device - M[B]IDlet-Touch-Support: True[/B] will not work.
-
Re: Invalid JAR file
Hi,
Thanks for your fast feedback. Will it help if I remove that line from both JAD and MANIFEST files (and repackage the JAR file after that) ?
-
Re: Invalid JAR file
Might not work as the application is made for touch devices and it might used some of the touch APIs which are not available in N96.