Im new to j2me and I cant install the application on a sonyericsson k750i

Any idea what to do?
I downlaoded Wireless Toolkit 2.5.2 - as i was not able to compile the stuff by myself.
Later i managed to compile by batch...
But somehow it doesnt matter how i compile.
I can build the demo application, i got somewhere:
public class AIRC extends MIDlet implements CommandListener{
private Display display;
private TextBox tbxMain;
private Command cmdExit;
public AIRC(){
display = Display.getDisplay(this);
cmdExit = new Command("Exit", Command.SCREEN, 1);
tbxMain = new TextBox("AIRC", "Welcome", 50, 0);
tbxMain.addCommand(cmdExit);
tbxMain.setCommandListener(this);
public void startApp(){
display.setCurrent(tbxMain);
public void pauseApp(){}
public void destroyApp(boolean unconditional){}
// Check to see if our Exit command was selected
public void commandAction(Command c, Displayable s) {
if (c == cmdExit){
destroyApp(false);
notifyDestroyed();
after creating the package and trying to install it on my mobile phone, i get "Operation ist Fehlgeschlagen" == "Operation Failed", no more info.
when i try to run it on the midp.exe emulator I got 2 diffrent errors
midp -descriptor airc.jar
java.io.UTFDataFormatException: invalid first byte 10110101 <-- this value is different every compilation/verifying/packaging
midp -descriptor airc.jad
Unable to create MIDlet AIRC
java.lang.ClassNotFoundException: AIRC
When I try to run it on the normal WTK emulator it works.
ANY idea what to do?
or what im doing wrong?
jad
MIDlet-1: AIRC, AIRC.png, AIRC
MIDlet-Jar-Size: 1562
MIDlet-Jar-URL: AIRC.jar
MIDlet-Name: AIRC
MIDlet-Vendor: Somenet
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
manifest
Manifest-Version: 1.0
MIDlet-Vendor: Somenet
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-1: AIRC, AIRC.png, AIRC
Created-By: 1.6.0_03 (Sun Microsystems Inc.)
MIDlet-Name: AIRC
MicroEdition-Profile: MIDP-2.0
PS: im on w2k server

Stsrt here and look for the correct files:
http://support.apple.com/downloads/#Java

Similar Messages

Maybe you are looking for

  • Using the option SUBMIT

    Hi, I m trying to use SUBMIT for excuting the transaction FBL3N. SUBMIT RFITEMGL                 WITH SD_SAKNR-LOW = s_hkont-low                 with SD_SAKNR-high = s_hkont-high                 WITH SD_BUKRS-LOW = s_bukrs-low                 WITH SD

  • Pausing slides using master slides and widgets

    Hi, Is there a better way that what we are doing becuase we ware wasting time and we put this process in pace in CP 5.5 and want to know what we can better in CP7.01 We want to have our slides pause at the middle of each slide Currently - Our navigat

  • Can anyone give me some documents for data cluster

    Hi, can anyone give me some documents for data cluster? ths! regards!

  • HT4564 can i update my ipod to the recent version that is 4.2.1. How?

    can i update my ipod touch to the recent version? How?

  • Getting Attributes using MDM WebServices

    Hello all, i'm trying to get the attributes associated to a taxonomy field from a taxonomy table. I'm using MDM WebServices to achieve this task. Can some one help me out on how to set the input schema to search for the attributes alone? Thanks! arun