Skip to content

Instantly share code, notes, and snippets.

@nathanfletcher
Created August 7, 2016 10:02
Show Gist options
  • Save nathanfletcher/ec0ad05fe88b48b4aea720970b94e095 to your computer and use it in GitHub Desktop.
Save nathanfletcher/ec0ad05fe88b48b4aea720970b94e095 to your computer and use it in GitHub Desktop.
This explains how to setup Google App Engine Java on IntelliJ

#Google AppEngine Java

Here are the steps to follow when creating a project

  1. Start a new project
  2. Click "Java Enterprise"
  3. Scroll down the list and check "Google App Engine" and click next
  4. Give your project a name and finish the setup.
  5. When the project is done building, go to File > Project Structure > Artifacts
  6. Check "Build on make" and click OK
  7. Now you can run your project by going to Run > Run and select AppEngine Dev or use the keyboard shortcut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment