OK, I misunderstood your initial problem.
The correct answer is that you can keep using Java JDK 1.7 as long as you set the compilation option -target 1.6 to generate Java 1.6 compatible binaries. The Web client server is still using JRE 1.6.
OK, I misunderstood your initial problem.
The correct answer is that you can keep using Java JDK 1.7 as long as you set the compilation option -target 1.6 to generate Java 1.6 compatible binaries. The Web client server is still using JRE 1.6.