Hello,
I've build a JAR file that works fine in the 3510i emulator but doen't work in 3510i phone when I download it: Invalid File
I would prefer a more explicit reason...
The jar file is below the 64 Kb limit with 60 Kb.
Any idea ?
Hello,
I've build a JAR file that works fine in the 3510i emulator but doen't work in 3510i phone when I download it: Invalid File
I would prefer a more explicit reason...
The jar file is below the 64 Kb limit with 60 Kb.
Any idea ?
make sure the details in your .jad file is the same as whats in the MANIFEST file which gets packaged up inside your .jar file
plus make sure the .jad file has the correct jar size details in it. The emulator will give a warning but will run the app if the jar size in the .jad is incorrect but the mobile wont even download it.
Meuhh !!
Midlet name was wrong !
The emulator should have report that as the mobile should be more explicit in its errors.
Thank you !