Results 1 to 3 of 3

Thread: Spring 2.0 Java 1.4

  1. #1
    Join Date
    Nov 2005
    Location
    Charlotte,NC
    Posts
    57

    Default Spring 2.0 Java 1.4

    I think I posted to wrong forum-


    Is Spring 2.0 compatable with Java 1.4? Or does it use too many of the newe Java 5 features?

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    Spring 2.0 is compatible with jdk 1.3
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Spring (2.0 or 1.x series) is compatible with jdk1.3. Spring 2.0 however, needs to be compiled on a jdk 1.5 and but with the vm target set to 1.3. This is needed since some of the sources have annotations and a compiler that understands them is required - you can find more details about the building process if read the readme files on the CVS (where the all the Spring sources are placed along with the build scripts).
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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