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?
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?
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
That was my initial thought. Thanks Dave.