Two version of JDK on the same windows machine

I have JDK1.4.2_10 on my machine. I need to have JDK1.4.2.0.9 for a project because that is a requirement for some third party application development. Can I have both versions? What is the impact?
[218 byte] By [nganesh21a] at [2007-10-3 11:15:54]
# 1

Yes, you can have both versions installed. I'm afraid I cannot tell how te set the version windows uses when you click a .jar file or open a java applet. But in most (probably all) IDEs you can simply set the direction of the javac.exe compiler. (By default its located in C:\program files\java\jdk1.4.2_09 or something).

If you are starting java/javac from the command line you have to set the right path to the bin directory under your java install location. This can be done in Configuration panel -> System -> Advanced -> Environment variables.

Strider80a at 2007-7-15 13:40:03 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...