boscher.marc@gmail.com, 14.11.2012 22:30:
>
> Isn't it just a question of specifying the target java version in javac
That is not completely reliable.
If you accidently include references to classes or methods in your code that are only available in Java7 it will still
compilebut fail to run with Java6.
So if you want to be 100% it runs with Java6 you have to compile it with a Java6 JDK
Thomas