Java is going to die?!

windows XP is coming. no JVM.does that mean that a simple user would not be able to run a Java application on his PC?end of Java for PC application?what is a solution for that?should we go and look for another job?roey_b@hotmail.com
[281 byte] By [roey] at [2007-9-26 1:48:22]
# 1
There is no JVM (You can download it from Sun.com) in any Windows OS - only IE understands Java applets (not Java 2) without additional plug-ins.I do not think that this will lead to the death of Java, but I guess MicroSoft is discriminating Java.
cyberdaemon22222 at 2007-6-29 2:48:34 > top of Java-index,Archived Forums,Java Programming...
# 2
silly me..so what is the minimum of the minimum required to run a JDK1.1.x application? (I need only few specific core packages. not even the AWT)what is exactly the JRE?Thanks!!
roey at 2007-6-29 2:48:34 > top of Java-index,Archived Forums,Java Programming...
# 3
The JRE is the Java Runtime Environment. It is the JVM (Java Virtual Machine) plus the classes in the Standard Edition. People often mistakenly refer to the JRE as the JVM.
schapel at 2007-6-29 2:48:34 > top of Java-index,Archived Forums,Java Programming...
# 4

http://forum.java.sun.com/thread.jsp?forum=32&thread=149700

In that topic in the JRE forum, the following proactive measures have been introduced.

JRE pre-install by OEMs (sign it)

http://www.oreilly.com/news/jvm_0701.html

Incremental updates to the JRE (vote for it)

http://developer.java.sun.com/developer/bugParade/bugs/4267080.html

walpj at 2007-6-29 2:48:34 > top of Java-index,Archived Forums,Java Programming...
# 5
There is no JRE initially installed in NT or Dos based windows either. So what. It's not hard to download a self extracting executable off the internet.
dubwai at 2007-6-29 2:48:34 > top of Java-index,Archived Forums,Java Programming...
# 6

Of course it's not hard to install a little JRE, but the problem is the hundreds of millions of computer illiterate ppl out there who might want to use our java apps but don't even know what the word 'download' means. It'd be great if OEMs preinstall the JRE cause that's where the computer illiterates get their systems.

Hoju at 2007-6-29 2:48:34 > top of Java-index,Archived Forums,Java Programming...