Sun's "Java Powered" Campaign
scapermoya writes "eWeek is reporting that Sun has started blitzing consumers , trying to increase public awareness about Java, with everything from accosting pedestrians to "Java Powered" logos begining to appear on some devices that are J2ME (Java 2 Media Edition) compatable. Tiny cup logos will now be pasted on everything from cell phones to microwaves." But not on Space Invaders clones.
Consumers don't care what language there application is written in as long as it does what is requested. I am a Java programmer and Sun seriously has to start doing something relevant with the language itself as it is loosing developers at an extremely fast pace. Java powered stickers will do no good when they have no developers left.
Last time I checked, J2ME is Java 2, Micro Edition, not Java 2 Media Edition. The point being that it is a very small virtual machine (as far as memory footprint and storage required)
"Give away the stone, let the oceans take and transmutate this cold and faded anchor." - Maynard James Keenan
The last time I looked at the numbers of Java developers, it was continuousily rising.
m l
But don't take my word for it:
http://uk.news.yahoo.com/040629/221/eww5e.ht
Coffee! Do stupid things faster! And with more energy!
Baker's Law: Misery no longer loves company. Nowadays it insists on it
http://www.sigsegv.cx/
J2ME standands for Java 2 Micro Edition, a subset of J2SE, Java 2 Standard Edition. J2ME is meant for devices with limited resources. Wow, how did that get through to the front page...
Heres a link...http://java.sun.com/j2me/index.jsp
some devices that are J2ME (Java 2 Media Edition) compatable.
Isn't it Java_2_Micro_Edition. Im sure it is..
And what of it? They are Java powered. They have every right to. Just as long as there isn't a really annoying noise like Intel's everytime a Dell add . etc comes on.
Windows
On Windows, Mozilla can be used with Sun's Java Runtime Environment (JRE). It can not be used with the Microsoft Java VM, as that can only be used with Internet Explorer. Also, versions of Sun's JRE older than 1.3.0_01 will not work.
It is possible to install JRE 1.4.2_05 from within Mozilla, using XPInstall technology. This is by far the easiest way to install Java. If you can not use XPInstall, you can download the JRE 1.4.2_05 full installer and use that instead.
Mozilla's handling of XPI files is changing. For more details, see the XPInstall Changes FAQ.
On some systems, JRE 1.4.2 does not work. In this case, you can use JRE 1.4.1_07 until the issue you are having is resolved.
If you are using a zipped build of Mozilla or Mozilla Firefox, you need to add this registry entry. Some users report requiring it even if they have used the Mozilla Firefox installer, so try it first if you have problems with JRE 1.4.2 or later.
Disclaimer: This opinion was created without the use of any facts
"J2ME (Java 2 Media Edition)"
No, Java 2 Micro Edition.
-psy
adaptive jit's running in server mode are pretty fast.
I don't agree with you. Most Exceptions are likely to appear and can be corrected by the app itself (SocketTimoutException just to name one), and you are forced to catch them (if you don't want to catch all, just catch Exception and you'll get everything). And exceptions like Nullpointers are *still* shown to you if they occur even if they don't have to be catched...
The point is not that the "integers" are a different size on a 64-bit machine.
The point is that the counters that you use to index Java arrays are limited to 32-bits worth of [albeit relative] addresses, rather than the full 64-bit addresses of the underlying hardware and its operating system.
And yes, there are plenty of things that need to cross the 2 ^ 32 = 4 "Giga" barrier. Such as, for instance, high quality MPEGs of Gone With the Wind or Titanic.