Hi!
I have got some questions concerning Java on the 3650:
Is it possible to run Java 5 applications on the 3650?
Which Java Version do I have on my 3650? (And how can I uprgade it to a newer one?)
Okay, now some more general questions:
Is there a tutorial to create Java applications for mobile phones?
How do I create jar-Files, which will work on my 3650??
Thanks for your help!
Your phone has "Java 2 Platform, Micro Edition" (J2ME) or MIDP 1.0 (Mobile Information Device Profile), JSR-37, with CLDC 1.0 (Connected Limited Device Configuration) or JSR-30, with additional support for JSR-82 (Bluetooth API), JSR-120 (Wireless Messaging API), JSR-135 (Mobile Media API), and the Nokia UI API.
You can't upgrade that to anything else, and you can't run any J2SE (Java 2 Standard Edition) or J2EE (Java 2 Enteprise Edition) stuff, just MIDP 1.0 MIDlets.
For details, tools and documentation, see http://www.jcp.org and http://java.sun.com/j2me/ and http://forum.nokia.com/java
JSR = Java Specification Request
Thanks for the quick answer!
Than I have to take a look at your links!