Search code examples
java-memobilemidlet

How do i specify midlet before packaging j2me application?


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...


Solution

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