| Reply | « Previous Thread | Next Thread » |
|
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) |
|
Make sure you don't have any import statements of packages that are not supported by the 6600.
shmoove |
|
I think you are misssing the certificate sign part.
Ganesha |
|
Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
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 |
|
hehe,
he got his answer after two and a half years ;) |
|
Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
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 | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|