AW: Compiler Versionl question

2012-03-28 Thread Knuplesch , Jürgen
In the run configuration in Eclipse you need to check and probably adapt the Java version. You can use several Java VMs together witzh Eclipse, so you need to configure which one to use together with your ANT job. By default the default JRE from Eclipse is used. -Ursprüngliche Nachricht

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