Author |
Software Development |
mememe Joined: Dec 01, 2003 Posts: 2 PM |
Hello,
I recently aquired a P800 and i am eager to start developing software for it. I can however not find any good information on what's really required to write java applications for it.
I've read that it uses the j2m sdk, but does the p800 use a revamped sdk or something? there is a link on SE's site that poitns to a zip that's called something like "ericsson j2m sdk".. but the target zip is not a valid zip.archive.
Furthermore, is the j2m sdk the only thing i need? what is personal java? can't find any info on that on sun.com.. could it be that i can write apps in j2m sdk, jar them and install them on my P800, just that i can't access SE specific API's (vibrator etc)?
i also heard something about mips sdk or similar.. i'm a little confused here and would really like to get started
any info much appreciated! |
|
artemiy Joined: Sep 26, 2003 Posts: 265 From: Russian Federation PM, WWW
|
Sorry i want making applications and games too, but with mophun. How to? 10x.
This message was posted from a T310 |
pzboyz Joined: Sep 30, 2002 Posts: 133 PM |
@mememe
I am looking at the same thing at the moment. You need to learn how to created MIDlets. You can find all the guidance you need from wireless.java.sun.
Steps are:
[1] Install J2SE SDK
[2] Install J2ME Wireless Toolkit
[3] Write .java files with text editor
[3a] Run on simulator in KToolbar
[4] Create .jar/.jad files load them on a real phone
In [3a] you only need the SonyEricsson simulator that plugs into KToolbar if you want to use SE proprietry Java packages.
|
mememe Joined: Dec 01, 2003 Posts: 2 PM |
Ah, i see. thank you very much.
How about PersonalJava vs J2M? I hear PersonalJava is derrived from java 1.1 or similar? any advantages over either? or is J2M just replacing PJ? |
|