PDA

View Full Version : Which JDK version Spring Batch is compiled with



Tony Falabella
Feb 8th, 2008, 08:39 PM
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?

Dave Syer
Feb 9th, 2008, 03:31 AM
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.

Tony Falabella
Feb 9th, 2008, 08:12 AM
That was my initial thought. Thanks Dave.