| Author |
Run Time Environment for J2ME
|
feda alshahwan
Ranch Hand
Joined: Jul 26, 2008
Posts: 170
|
|
What is the latest java run time environment for mobiles ?
can it be JRE 1.4?Thanks
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14460
|
|
It depends on the mobile. However, JRE anything (and 1.4 is now obsolete) isn't generally found on mobile devices. The full JRE was originally too big to fit - although once you start talking smartphones with 8GB of RAM, obviously that's no longer a problem. But the mobile device CPUs are usually fairly slow (partly so they'll use less battery power).
So, in short, the runtime environment for J2ME is J2ME. Or JME, these days.
Unless, of course, you're talking a device with something like Android in it. Which is another Java entirely.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Run Time Environment for J2ME
|
|
|