The Following User Says Thank You to fms For This Useful Post: | ||
![]() |
2009-10-17
, 22:28
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#62
|
![]() |
2009-10-17
, 23:22
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#63
|
2. JavaME also known as MIDP, also known as J2ME, also known as PhoneME is a somewhat lobotomized version of Java supported by most mobile phones. Most mobile games and some mobile apps running on dumb phones are written using this version of Java.
![]() |
2009-10-18
, 05:55
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#64
|
If SUN wants JavaFX run on Nokia N900 they're gonna need either Java ME or Java SE on Nokia N900. For now, SUN is merely providing an early access version of JavaFX for Windows Mobile though.
Although you said no Java ME on S60 phone I have Opera Mini 5 as my backup browser. I like to use it when roaming. I've even used Opera Mini 4.2 on S40 phones in an emergency. I don't yet how I'm going to fix this on my N900...
The Following 3 Users Say Thank You to fms For This Useful Post: | ||
![]() |
2009-10-18
, 08:11
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#65
|
The Following 5 Users Say Thank You to qgil For This Useful Post: | ||
![]() |
2009-10-18
, 09:36
|
Posts: 2 |
Thanked: 5 times |
Joined on Oct 2009
|
#66
|
So you want speed and java. Yeah thats not going to happen. As an android coder who also codes in C I can tell you there is no comparison in performance. The reason java coders hate to code in C is because it forces you to think about memory allocation and freeing and that goes against the " throw everything into memory and let garbage collection sort it out " mentality that most Java coders have.
Trust me the surest way to take something fast and hobble it is chuck Java into the mix. Here is an example.
I have a pixel by pixel filter I compiled on my G1 in C and also the same filter in Java. The C version runs in 2 seconds on a selected image, the Java version takes 20 and on top of that half the time it craps out because the jvm runs out of memory.
Take from that what you will I guess
![]() |
2009-10-18
, 12:43
|
Posts: 51 |
Thanked: 16 times |
Joined on Jan 2008
@ Sweden
|
#67
|
I was wondering whether http://maemo.org/community/brainstorm would help consolidating this interesting discussion in one proposal with potential solutions listed.
The Following User Says Thank You to ovjo12 For This Useful Post: | ||
![]() |
2009-10-18
, 12:47
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#68
|
I have not used it before so don't know how it works. But I like the idea to consolidating this interesting discussion in one proposal with potential solutions listed
![]() |
2009-10-18
, 13:13
|
Posts: 51 |
Thanked: 16 times |
Joined on Jan 2008
@ Sweden
|
#69
|
The Following User Says Thank You to ovjo12 For This Useful Post: | ||
![]() |
2009-10-18
, 13:17
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#70
|
I think also it would be very interesting to be able to run eRCP applications. It is a solution from a Eclipse project called eRCP. eRCP is installed on top of JavaME/CDC1.1/FP1.1 and using eSWT instead of AGUI or LCDUI(MIDP). This is something I also think Nokia would like to support because they are supporting this technology since many years in the eRCP project. eSWT support is already added in Nokias's S60 Java runtime from S60 v3.2 because eSWT don't need JavaME/CDC support, it runs also on top of JavaME/CLDC/MIDP.
Computer and Console Emulators for Maemo, Symbian, and more.
Pack Rat: The Maemo Package Aggregator.