1

I am using EclipseME to write MIDlet application.

I have deployed by right click on Project->J2ME->Create Package.

After that, I copied Jad and Jar files in Deploy folder to My phone.

For BlackBerry: When I run Jad file, it is installed successful. And run ok.

For Android: When I run jar file, it popup message "open file failed".

Please tell me how to deploy MIDlet app by using Eclipse for all cell phone that can run it.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Levanphong7887
  • 633
  • 4
  • 11
  • 21

3 Answers3

2

Android phones can't runt J2ME.

Kaj
  • 10,862
  • 2
  • 33
  • 27
2

Directly you can't run Java ME application on android. But You can use some alternative ways like App runner or J2ab.

bharath
  • 14,283
  • 16
  • 57
  • 95
0

For Android you should develop an application using android sdk. Better you read the android documentation. Search android in google. It will help you.

StarsSky
  • 6,721
  • 6
  • 38
  • 63
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80