Results 1 to 5 of 5

Thread: Is it possible to use Spring with JDK 1.3.1?

  1. #1
    Join Date
    Apr 2006
    Posts
    5

    Default Is it possible to use Spring with JDK 1.3.1?

    Hello All
    Is it possible to use Spring with JDK 1.3.1? Wich version should I use?

    Best regards
    Dmitri

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Yes it is possible. Have a look at the readme.txt delivered with Spring.

    Regards,
    Andreas

  3. #3
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    Yes, Spring (all versions) runs on Java 1.3 and above. There are some optimizations available on 1.4 and an increasing number of new features in Spring 1.2 and 2.0 that are available only on Java 5.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  4. #4
    Join Date
    Apr 2006
    Posts
    5

    Default

    Hi Andreas.
    Thank you for your reply. I've read readme.txt. I try to use Spring 1.2.7 in WebSphere Portal 5.0 (IBM JDK 1.3.1) and errors in logs tell me the next:

    java.lang.UnsupportedClassVersionError: Unsupported major.minor version 48.0

    I suppose that Spring can run with JDK1.3.1 but compiled with JDK1.4. Is it true?

    Best regards,
    Dmitri

  5. #5
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    From build.xml:

    Building Spring requires JDK 1.5+; the releases are built with Sun's JDK 1.5.0.
    The test suite is able to run on JDK 1.4 and 1.3 as well.
    Regards,
    Andreas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •