Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User djmeza's Avatar
    Join Date
    Oct 2004
    Posts
    5
    Hi!
    I guess this topic is getting boring, but i'm stuck.

    I've installed:

    j2sdk 1.4.02_8
    WTK 2.2
    S60 Dev Tool
    Sun Mobility 6

    The example source complies without errors, and the emulator runs the app neatly.
    But after installing on my phone, it seems like it doesn't starts.

    Btw something flashes for about 1ms.
    (i'm not sure this means something)

  2. #2
    Super Contributor shmoove's Avatar
    Join Date
    Mar 2003
    Location
    Israel
    Posts
    2,280
    Make sure you don't have any import statements of packages that are not supported by the 6600.

    shmoove

  3. #3
    Registered User Ganesha's Avatar
    Join Date
    Dec 2008
    Posts
    2
    I think you are misssing the certificate sign part.

    Ganesha

  4. #4
    Nokia Developer Champion raj_J2ME's Avatar
    Join Date
    Mar 2008
    Location
    The Capital of INDIA
    Posts
    4,314
    Hi,
    Which type of the example is that..Hello world ..correct..it must be running..
    @ On which device you are installing the same,
    @ Are you getting the exception..alerts.
    @ Are you loading some images or some other resources..

    Just try and see this code -
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;

    public class HelloWorld extends MIDlet{
    private Form form;
    private Display display;

    public HelloWorld(){
    super();
    }

    public void startApp(){
    form = new Form("Hello World");
    String msg = "Hello World!!!!!!!";
    form.append(msg);
    display = Display.getDisplay(this);
    display.setCurrent(form);
    }

    public void pauseApp(){}

    public void destroyApp(boolean unconditional){
    notifyDestroyed();
    }
    }
    Thanks,
    Thanks with Regards,

    R a j - The K e r n e l


    Join Delhi-NCR Nokia Developer's Community,

  5. #5
    Nokia Developer Champion Tiger79's Avatar
    Join Date
    Apr 2007
    Posts
    2,697
    hehe,
    he got his answer after two and a half years

  6. #6
    Nokia Developer Champion raj_J2ME's Avatar
    Join Date
    Mar 2008
    Location
    The Capital of INDIA
    Posts
    4,314
    Hi Guy's
    Yeah Tiger I was like wondering that this post was too old,And in reply there was one post,
    Anyways,
    Thanks,
    Thanks with Regards,

    R a j - The K e r n e l


    Join Delhi-NCR Nokia Developer's Community,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved