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:

Download Install Google App Engine

  • You will see below:

Download Install Google App Engine

  • Once download is completed you will have to extract zip file into the folder:

Download Install Google App Engine

  • After zip file extraction you will see below structure:

Download Install Google App Engine

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:

Leave a Reply

Your email address will not be published. Required fields are marked *