I\'m looking to write some Groovy code to perform tasks inside of install anywhere but because of the platforms we support I\'m restricted to java 1.5. Any idea if this wil
Java 1.5 should work. The Groovy docs state that you need at least 1.4. I use Groovy with Java 1.5, and everything works fine as far as I can tell.