9 Replies Latest reply on Nov 26, 2006 1:10 AM by javidjamae

    minor jdk version difference - would that be a BIG issue?

      Hello,

      I have 2 nodes planned to run in a cluster. The nodes shall be located on separate physical Solaris 10 boxes. First box has jdk with following version:
      FIRST# java -version
      java version "1.5.0_06"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
      Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)

      Second box#java -version
      java version "1.5.0_01"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
      Java HotSpot(TM) Server VM (build 1.5.0_01-b08, mixed mode)

      Anybody can foresee any issue with this?

      Should I prefer to have exactly same jdk version installed?

      Any comments?