With your JDK 7 javac tools (via command line or via Eclipse configuration for your current javac compiler, you need to use the 2 javac flags to create Java6 compliant classes:
-source 6 - target 6 See complete information on the target and source flags at: http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html On Sunday, December 16, 2012 3:30:00 PM UTC-8, Jarom wrote: > > How do I use JRE6 for a new web application? I want to create one and then > migrate my current app into it to make it AppEngine-enabled. It sounds like > Google won't be including Java7 support until at least next February, but I > want to release my app before then! > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/K3dM7-2dmAsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
