You Are Here:

Community: Developer Discussion Boards

#1 Old HelloWorld complies, runs onemulator, but doesn't run on 6600. WHY??? - 2005-04-28, 02:36

Join Date: Oct 2004
Posts: 5
djmeza
Offline
Registered User
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)
Reply With Quote

#2 Old 2005-04-28, 03:47

Join Date: Mar 2003
Posts: 2,280
Location: Israel
shmoove
Offline
Forum Nokia Champion
Make sure you don't have any import statements of packages that are not supported by the 6600.

shmoove
Reply With Quote

#3 Old Re: HelloWorld complies, runs onemulator, but doesn't run on 6600. WHY??? - 2008-12-16, 21:59

Join Date: Dec 2008
Posts: 2
Ganesha
Offline
Registered User
I think you are misssing the certificate sign part.

Ganesha
Reply With Quote

#4 Old Thumbs up Re: HelloWorld complies, runs onemulator, but doesn't run on 6600. WHY??? - 2008-12-17, 05:59

Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
Send a message via Skype™ to raj_J2ME
raj_J2ME's Avatar
raj_J2ME
Offline
Forum Nokia Champion
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

R a j - The K e r n e l
Reply With Quote

#5 Old Re: HelloWorld complies, runs onemulator, but doesn't run on 6600. WHY??? - 2008-12-17, 09:35

Join Date: Apr 2007
Posts: 1,757
Tiger79's Avatar
Tiger79
Offline
Forum Nokia Champion
hehe,
he got his answer after two and a half years ;)
Reply With Quote

#6 Old Thumbs up Re: HelloWorld complies, runs onemulator, but doesn't run on 6600. WHY??? - 2008-12-17, 09:47

Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
Send a message via Skype™ to raj_J2ME
raj_J2ME's Avatar
raj_J2ME
Offline
Forum Nokia Champion
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

R a j - The K e r n e l
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia