Download Install Google App Engine
To get start working with Google App Engine, first thing you will have to do download its SDK kit which come for various platform. As we will be developing applicaiton in java so you will see installation of Google App Engine SDK for Java.
- Go to Google App Engine download page here
- Click Google App Engine SDK for Java:
- You will see below:
- Once download is completed you will have to extract zip file into the folder:
- After zip file extraction you will see below structure:
Note: Goole App Engine Java SDK needs Java 7 bytecode level so you can use either Java 7 or Java 8 and make sure to set the javac compiler flags to generate 1.7 bytecode:
- -source 1.7 -target 1.7
Reference: