Results 1 to 3 of 3

Thread: Which JDK version Spring Batch is compiled with

  1. #1

    Default Which JDK version Spring Batch is compiled with

    Can you tell me the JDK version that Spring Batch is being compiled with (as opposed to which versions of Java Spring Batch will support)? Is it JDK 1.4 or JDK 1.5?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    Compiled with 1.5 for compatibility with 1.4, so to compile it yourself you need 1.5, but you can use it with 1.4 and above.
    Last edited by Dave Syer; Feb 9th, 2008 at 03:32 AM. Reason: spelling

  3. #3

    Default

    That was my initial thought. Thanks Dave.

Posting Permissions

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