which one ll be the compatible for JDK 1.2 (JAF and JAVA-MAIL)??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    which one ll be the compatible for JDK 1.2 (JAF and JAVA-MAIL)??

    i have JDK 1.2 and which version of JAVA-MAIL and JAF ll be compatible???

    plz help.

    kind regards.
    dmjpro.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    That version is too old. JavaMail 1.4 (the current release) certainly won't run on it.
    Always read the release notes and the readme files for version information.
    Java 1.2 is years beyond its EOL (End Of Life) cycle. Why don't you simply
    upgrade to the current 1.6. version? You won't have to go through all that old
    version stuff then.

    kind regards,

    Jos

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      ll JDK 1.3 support this?????

      kind regrds.
      dmjpro.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by dmjpro
        ll JDK 1.3 support this?????

        kind regrds.
        dmjpro.
        Nope, as I wrote: read the text files that come with the JavaMail distribution.
        It clearly states:
        Originally posted by readme.txt
        JDK Version notes
        -----------------

        The JavaMail API supports JDK 1.4 or higher. Note that we have
        currently tested this implementation only with JDK 1.4 and 1.5.

        While JavaMail will work with JAF 1.0.2, we recommend the use of JAF 1.1.
        kind regards,

        Jos

        Comment

        Working...