What are the latest supported versions of JDK1.4.1 and JRE1.4 on Windows

Please tell the latest supported versions of both JDK1.4.1 and JRE1.4.1 on Windows 2003.

If no support is there for 1.4.1 versions then are there any higher versions.

we have to port the application from Windows2000 to windows2003. On win2000 it runs fine on JRE1.4.1.

But on Windows 2003 it is running properly on jre included in JDK1.4.1 but not on JRE1.4.1.

What can be the reason for it ? Does win2003 supports JRE1.4.1?

[462 byte] By [rahul_kohli] at [2007-9-30 19:27:10]
# 1

You didn't say why it isn't running.

The most likely reason is that there is an environment problem.

If you have the same versions of the JDK and JRE then the JRE in the JDK is exactly the same as the standalone JRE.

It could be that it is also using OS specific stuff, like JNI and/or Runtime.exec().

jschell at 2007-7-6 23:40:52 > top of Java-index,Administration Tools,Sun Connection...