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:27]
# 1
The JDK and the JRE are independant of Windows--and have been for some time. Where have *you* been?
jfrankparnel at 2007-6-29 2:48:45 > top of Java-index,Desktop,Deploying...
# 2
> what is a solution for that?The Java Plug-in. You'll just need to add some extra code to your webpage so users will know where to find it.
nerd2004 at 2007-6-29 2:48:45 > top of Java-index,Desktop,Deploying...
# 3

With the release of Windows XP, at least three issues will constrict the client-side Java market.

===== first ===

The default security settings for the latest beta of Windows XP classifies applet class files as being untrusted. Feel free to register your protest.

http://anfyteam.com/ms_protest.html

===== second ===

The default Web browser would require that software be installed by novice users in order to support applets *at all*. Hence the call for OEMs to pre-install the plug-in. Consider adding your signature.

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

===== third ===

Applets that use the plug-in generally specify the version of the JRE that they require. So a user will eventually be prompted to install multiple JREs. But no mechanism for incremental upgrades exists. There's no reason for a dialup user to have to download the entire 7+ megabyte JRE to upgrade from version 1.3 to 1.4. Hence the call for a mechanism for incremental upgrades. It could use your vote.

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

walpj at 2007-6-29 2:48:45 > top of Java-index,Desktop,Deploying...
# 4
Though this thread is a late one....here is the news...Sun is coming out with a plug in for IE6 which doesn't support java anymore... http://news.cnet.com/news/0-1003-200-6932013.html
haric at 2007-6-29 2:48:45 > top of Java-index,Desktop,Deploying...