Search code examples
netbeansjava-memidp

How To Run JAR Application On NOKIA 6030?


I have a problem. I make an application in MIDP and then run it in wtk 2.2 it runs perfectly but when I use datacable and install the application using jad and jar on the mobile (NOKIA 6030); the application does not open. Can anyone help me on this?
Mobile Error = "invilied application delete this application?"


Solution

  • just open your project in Netbeans, right click on project & select properties. In left side select Second Option "PlatForm" and now in Right side change the version of MIDP Verion to 2.0 your problem will be solved. By Default NetBeans uses Midp-2.1 Version so this error is very common.