Thursday, July 5, 2012

Google App Engine : 1 : Install

Google App Engine has some really poor documentation, but I'm going to try to put a step by step guide together here for those interested in doing this on a Windows based machine.

  1. Uninstall any JRE's you have on your computer.
    • To do this, simply go to
      Start --> Control Panel --> Programs and Features
      and scroll down to any Java Runtime Environments you see and uninstall them.
    • This will give you a nice fresh start.
  2. Download and install the java SDK which includes the correct JRE's.
  3. Download and install Eclipse
  4. Install Google Plugin for Eclipse
  5. Do the example project
Thanks,
GT