1 Reply Latest reply on May 16, 2003 5:38 PM by dlhoots

    JDK1.4 method not available in JDK1.3

    dlhoots

      Anybody know what this means:

      SQLException [JDK1.4 method not available in JDK1.3] ??

        • 1. Re: JDK1.4 method not available in JDK1.3
          dlhoots

          For anybody else who has this problem. It looks like 3.2.0 was built using JDK1.3 so this error was compiled in to prevent trying to use 1.4 features. However, 3.2.1 must have been compiled with 1.4 because this message has gone away in that version.