0

i am able to package my application in eclipse.... but when i install application on mobile phone... it says midlet not specified ... so how would set i starting midlet in some settings before packaging...

bharath
  • 14,283
  • 16
  • 57
  • 95
Sourabh
  • 5,170
  • 9
  • 30
  • 41

1 Answers1

0

There will be a .jad file in your project. Open that and specify you midlet class.

Nikunj
  • 3,100
  • 2
  • 20
  • 19