MIDP2.0 to MIDP1.0
| Wed, 2005-09-07 13:29 | |
|
How can we convert MIDP2.0 application in to MIDP1.0.
what minimum changes occur, if application develop in MIDP2.0 envirment and i want to run in MIDP1.0 envirment; Application not use advance feature of MIDP2.0. When i make simple new project in J2ME1.0.4 SDK the sdk give the error at the time of build project.related to KVM API Classes not found... Thanks |
|






Forum posts: 30
When i refreash the sdk and jdk tool kit then solve the above problem but now i have following problem at the time of build the program.
javac: target release 1.1 conflicts with default source release 1.5
com.sun.kvem.ktools.ExecutionException
Build failed
Thanks in advance!!
Forum posts: 30
can i run WMA API in the MIDP1.0 or J2ME SDK 1.0.4.
where WMA .jar file requried configure in sdk.
Forum posts: 1
sidhu even i experienced the same error
javac: target release 1.1 conflicts with default source release 1.5
com.sun.kvem.ktools.ExecutionException
Build failed
when i try to build the project i get this error could u please help me out regardin this issue