Windows/Solaris Version Compatibility

I have a Solaris-based application using j2sdk-1_4_0_02.What is the compatible version for MS windows?It is my understanding that the version for these OSs don't track 1 to 1.Thanks in advance!
[222 byte] By [tx74axa] at [2007-11-27 5:31:26]
# 1

j2sdk-1_4_0_02

The only thing that doesn't track is if there's specific bugs on an OS. But that can't be determined without testing your app to see if it causes problems for your app.

Otherwise, the same version of Java is effectively identical on different OS's.

Might be time to upgrade at least to a 1.4.2 version, though.

bsampieria at 2007-7-12 14:56:39 > top of Java-index,Java Essentials,New To Java...