Re: Compiler Versionl question

2012-03-31 Thread Rhino
As it turned out, I was simply pointing to a 1.6 JDK but was trying to use some 1.7 features. I pointed at a 1.7 JDK and now the message has gone away. I figured this out not too long after posting the question but forgot to mention it on the mailing list. Thanks for your reply! -- Rhino O

Re: Compiler Versionl question

2012-03-31 Thread Joe Attardi
What version of the JDK are you running? Sounds like you may need to update your JDK. On Mar 28, 2012 1:27 PM, "Rhino" wrote: > I'm getting several messages like this when doing an javac task using Ant > 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is > set to 1.6. > >

AW: Compiler Versionl question

2012-03-28 Thread Knuplesch , Jürgen
- Von: Rhino [mailto:rhi...@sympatico.ca] Gesendet: Mittwoch, 28. März 2012 19:27 An: ant-user Betreff: Compiler Versionl question I'm getting several messages like this when doing an javac task using Ant 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is

Compiler Versionl question

2012-03-28 Thread Rhino
I'm getting several messages like this when doing an javac task using Ant 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is set to 1.6. [javac] warning: c:\eclipse\workspace\Foo\bin\com\example\Foo.class: major version 51 is newer than 50, the highest major version su