On 07/30/2012 03:45 PM, John Smith wrote: > [javac] Compliance level '1.5' is incompatible with source level > '1.7'. A compliance level '1.7' or better is required Adding the configure switch --with-java-target-version=1.5 might help. Stephan