is Java 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
[282 byte] By [roey] at [2007-9-26 1:48:26]
# 1

That Microsoft isn't going to put a JVM in Windows XP, does not mean that you cannot install the JDK or JRE on Windows XP. So there's no reason to think that Java is going to die. Anyway, nowadays only very few people are writing applets, and Java works mainly on the server (J2EE), which most of the time does not have a Microsoft operating system installed.

Don't go looking for another job, there will be plenty of work in the Java field for the coming years.

regards

Jesper

jesper1 at 2007-6-29 2:48:43 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 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:43 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3

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 (consider signing it)

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

Incremental updates to the JRE (consider voting for it)

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

walpj at 2007-6-29 2:48:43 > top of Java-index,Java HotSpot Virtual Machine,Specifications...