Trying to get started with Google App engine using Eclipse IDE. Adding the app engine support to Eclipse installs App Engine SDK 1.7.1. Simple app runs fine locally. But when you upload to the Google servers it won't run because it is compiled with Java JDK 1.7 and the Google App Engine servers are only compatible with Java 1.6 (SE 6).
OK, then you remove JDK 1.7 and install 1.6. Now it won't build because the App Engine SDK (1.7.1) is not compatible with JDK 1.6. Have spent a few hours trying to figure out how to install an older version of the App Engine SDK without success. Any ideas on how to fix this?