Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am currently working on project on mobile device using javaME with EclipseIDE I have basically complete it and wishing to deploy it on mobile device. The application is successfully run on machine but when we deploy it on mobile the installation error Invalid zad/jar file I am binding the jar menifest file with this question Pl help me on that if possible.
Jar manifest is
Manifest-Version: 1.0
MIDlet-Vendor: Vendor
MIDlet-Version: 1.0
MIDlet-1: ZbMobile,,midlet.ZbMobile
MicroEdition-Configuration: CLDC-1.1
MIDlet-Push-1: sms://:5000,midlet.ZbMobile,*
MIDlet-Name: EECS
MIDlet-Permissions: javax.microedition.io.Connector.datagram,javax.mic
  roedition.io.PushRegistry,javax.microedition.io.Connector.sms,javax.
 wireless.messaging.sms.send,javax.wireless.messaging.sms.receive
MicroEdition-Profile: MIDP-2.0
Posted
Updated 24-Nov-11 23:24pm
v2

1 solution

Read this article[^].

Does the device support MIDP-2.0 and CLDC-1.1?

With J2ME midlets, it is important to check the target for deployment can support it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900