posted 14 years ago
Hi ,
Iam new to programming in J2ME ... i have been using the MIDP and CLDC reference versions to compile and run midlets uptil now ... i wanted to use the MMAPI to write a some midlets that use the camera on the cellphones...
how do i setup my environment to use the MMAPI reference version... i downloaded and installed the Wireless toolkit for java but havent been able to get it to work .. the midlet compiles but gives me a error during the preverification process...
does anyone have a HOW TO or other info required to setup the development environment for Wireless toolkit ??? i use ANT to facilitate my development process....
Also do i have to setup any environment variables after installing the toolkit ??? i already have them setup for MIDP 2.0 and CLDC 1.1 referecnce versions..
Iam using Windows XP operating systems...
Any help will be appreciated...
thanks
Iam new to programming in J2ME ... i have been using the MIDP and CLDC reference versions to compile and run midlets uptil now ... i wanted to use the MMAPI to write a some midlets that use the camera on the cellphones...
how do i setup my environment to use the MMAPI reference version... i downloaded and installed the Wireless toolkit for java but havent been able to get it to work .. the midlet compiles but gives me a error during the preverification process...
does anyone have a HOW TO or other info required to setup the development environment for Wireless toolkit ??? i use ANT to facilitate my development process....
Also do i have to setup any environment variables after installing the toolkit ??? i already have them setup for MIDP 2.0 and CLDC 1.1 referecnce versions..
Iam using Windows XP operating systems...
Any help will be appreciated...
thanks
posted 14 years ago
if you use ANT to make your project then you might have a preverification task in your build.xml... some think like this (this one is my):
So, one of arguments is simple classpath, which MUST include mmapi if you preverify project with mmapi.
So, one of arguments is simple classpath, which MUST include mmapi if you preverify project with mmapi.
I am not really coming from the outer space. I am mentally diverged. <br />Are you mentally diverged too, my friend?<br />(c)"12 Monkeys"
