running two versions of java, is it possible?
843798Jun 16 2004 — edited Jun 4 2007Hi everyone, I've got two applications, both incorporate applets, but one uses 1.3 and the other uses 1.4. Im stuck as I need to run these two programs at the same time. The reason I cant just use 1.3 is because one uses JTree's which were introduced in 1.4 (am I correct?) . SO if thats the case, is there anyway to use two versions of java on the same machine.????????????
Thank you
Graham