LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Java application on Nokia with Symbian (https://www.linuxquestions.org/questions/programming-9/java-application-on-nokia-with-symbian-762589/)

lumacho 10-17-2009 10:04 AM

Java application on Nokia with Symbian
 
I want to write a simple java application, and use it on the jvm of a nokia smartphone with Symbian... How can I do it?

lumacho 10-17-2009 01:39 PM

up! can somebody help me?

smeezekitty 10-17-2009 01:49 PM

A: why not write a program for a real computer?
B: Java is not that good but not that bad
http://www.cafeaulait.org/books/jdr/chapters/03.html

gzunk 10-17-2009 04:57 PM

Unfortunately it's not quite as easy as that. Java has different "profles" depending upon the type of device it's running on.

While the language is the same for all the different profiles, the supporting libraries will be different, because the different devices have different capabilities.

The two profiles will be most interested in are CLDC and MIDP, which stand for Connected Limited Device Configuration and Mobile Information Device Profile.

http://wiki.forum.nokia.com/index.ph..._Nokia_devices

Once you know what profile you're targeting, you can then use an IDE (Integrated Development Environment) to write your code, and then somehow deploy it onto your device.

To be honest, You'll get more information if you read the following http://wiki.forum.nokia.com/index.php/Category:Java_ME


All times are GMT -5. The time now is 06:38 PM.