Sony Ericsson / Sony : Symbian phones : What DEV studios do I need to make Pxxx apps?
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Symbian phones
> What DEV studios do I need to make Pxxx apps?
Bookmark topic
If you know java you can use java to develop your symbian apps, they will run the same as c++ apps, and you can even compile them into .sis files for installation and uninstallation to the phone (as symbian supports personaljava 1.1.1). The controller thing you mention only comes up when you run J2ME apps (which install from .jar files) but i cant see why you would want to develop using j2me when you can use personaljava (which i believe implements most of the java 1.1 specs and will allow you to use touchscreen and all the other UIQ specific stuff).
All you need is the java SDK from SUN, and the UIQ SDK (either one, they both contain the java bits you need). oh and a text editor
--
Posted: 2005-01-31 21:23:44
Edit :
Quote
Quote:
On 2005-01-31 21:23:44, Aled wrote:
If you know java you can use java to develop your symbian apps, they will run the same as c++ apps, and you can even compile them into .sis files for installation and uninstallation to the phone (as symbian supports personaljava 1.1.1). The controller thing you mention only comes up when you run J2ME apps (which install from .jar files) but i cant see why you would want to develop using j2me when you can use personaljava (which i believe implements most of the java 1.1 specs and will allow you to use touchscreen and all the other UIQ specific stuff).
All you need is the java SDK from SUN, and the UIQ SDK (either one, they both contain the java bits you need). oh and a text editor
thatīs my man! Im gonna try this
--
Posted: 2005-02-01 15:37:23
Edit :
Quote
New Topic
Reply