Nokia E70 problems with MIDP 2.1

Hi guys,

I've got Nokia E70, which they say supports MIDP 2.0. Unfortunatelly, WTK2.5 release available online has only MIDP 2.1. So, after creating jad and jar, i cant get them installed, cause the phone complains about version incompatibility. Can you, please, give some suggestions on this matter?

Just in case, im using EclipseME 1.6.2 as my IDE.

[370 byte] By [andreyvka] at [2007-11-26 17:53:26]
# 1
edit your jad file andyou can choose in the jad file the version of your midp and cldc ...
suparenoa at 2007-7-9 5:06:26 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
I did. After jad and jar were downloaded, during the installation phone complains what the JAR is invalid. Any one had a similar problem?
andreyvka at 2007-7-9 5:06:26 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
the information on midp and cldc versions is also stored in jar file ... chage the extension from jar to zip open the file go to the manifest file and edit the midp and cldc verisons. close zip rename again .... done
mchmiel21a at 2007-7-9 5:06:26 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
yup.. did that on the first place.. still got problems. but let me try again anyway..
andreyvka at 2007-7-9 5:06:26 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5

I know this answer comes most likely late for you, but if you select the API selection int he Project Settings dialog to be for example JTWI, and not MSA (as that requires MIDP2.1 which is not available on E70) installing the application works. Just manually changing the settings in Manifest and JAD seems not to be enough.

Hartti

harttia at 2007-7-9 5:06:26 > top of Java-index,Java Mobility Forums,Java ME Technologies...