Java

Moderators: zibadian
Number of threads: 7836
Number of posts: 18235

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
making java code run on cell phone Posted by RicardoFurtado on 14 Sept 2005 at 3:05 PM
i know that i can make software for cell phones using java. I know that i have make a .jar file in order to download the software to the cell phone throw the internet but the problem is that after downloading the software to the cell phone, an error appears, saying that "It's not possible to run application"

I'm beginning to make application to cell phones. Can you please help me on this topic? i've been searching, there's a lot of documentation on how to make applications to pda, mobille's running windows, and stuff like that but i just want to start with a simple cell phone application (I don't even know if i have to make a console application, applet,...).

thanks

Ricardo Furtado
Report
Re: making java code run on cell phone Posted by Seddigh on 14 Sept 2005 at 3:55 PM
: i know that i can make software for cell phones using java. I know that i have make a .jar file in order to download the software to the cell phone throw the internet but the problem is that after downloading the software to the cell phone, an error appears, saying that "It's not possible to run application"
:
: I'm beginning to make application to cell phones. Can you please help me on this topic? i've been searching, there's a lot of documentation on how to make applications to pda, mobille's running windows, and stuff like that but i just want to start with a simple cell phone application (I don't even know if i have to make a console application, applet,...).
:
: thanks
:
: Ricardo Furtado
:


if jar file have class of Main metod use command :

java -jar MyJar.jar

to executing program.
Report
Re: making java code run on cell phone Posted by RicardoFurtado on 15 Sept 2005 at 2:03 PM
: : i know that i can make software for cell phones using java. I know that i have make a .jar file in order to download the software to the cell phone throw the internet but the problem is that after downloading the software to the cell phone, an error appears, saying that "It's not possible to run application"
: :
: : I'm beginning to make application to cell phones. Can you please help me on this topic? i've been searching, there's a lot of documentation on how to make applications to pda, mobille's running windows, and stuff like that but i just want to start with a simple cell phone application (I don't even know if i have to make a console application, applet,...).
: :
: : thanks
: :
: : Ricardo Furtado
: :
:
:
: if jar file have class of Main metod use command :
:
: java -jar MyJar.jar
:
: to executing program.
:
I doesn't work, but thanks anyway
Do you know any web site that explains how to build cell phone applications in java? i've tried google but i only see applications for tablet pc's and stuff like that.

Thanks

Ricardo Furtado
Report
Re: making java code run on cell phone Posted by Vilanye on 15 Sept 2005 at 3:26 PM
: : : i know that i can make software for cell phones using java. I know that i have make a .jar file in order to download the software to the cell phone throw the internet but the problem is that after downloading the software to the cell phone, an error appears, saying that "It's not possible to run application"
: : :
: : : I'm beginning to make application to cell phones. Can you please help me on this topic? i've been searching, there's a lot of documentation on how to make applications to pda, mobille's running windows, and stuff like that but i just want to start with a simple cell phone application (I don't even know if i have to make a console application, applet,...).
: : :
: : : thanks
: : :
: : : Ricardo Furtado
: : :
: :
: :
: : if jar file have class of Main metod use command :
: :
: : java -jar MyJar.jar
: :
: : to executing program.
: :
: I doesn't work, but thanks anyway
: Do you know any web site that explains how to build cell phone applications in java? i've tried google but i only see applications for tablet pc's and stuff like that.
:
: Thanks
:
: Ricardo Furtado
:


What API are you using? Here is the main link to wireless and embedded devices:

http://java.sun.com/j2me/index.jsp

Just my 2 bits

Report
Re: making java code run on cell phone Posted by arb123 on 19 Sept 2005 at 3:37 AM
Have a look at your handset manufacturer's web site (e.g. http://www.nokia.com/nokia/0,1522,,00.html?orig=/developers ). You should be able to get SDKs from them. You should also be able to get emulators to test your apps with.

---------------------------------
(Its just my sig)
HOWTO ask questions: http://catb.org/~esr/faqs/smart-questions.html





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.