0

I am setting up Google App Engine in my mac mini (Yosemite 10.10.1). I have installed following to set it up.

  • Eclipse LUNA
  • Google App Engine Launcher. It automatically installed App Engine SDK at /usr/local/google_appengine directory.
  • Google plugin for Eclipse 4.4 (LUNA) as said here.

It shows error like "Failed to initialize App Engine SDK..."

App Engine SDK installed

enter image description here

What should I do to resolve this error?

gautamlakum
  • 11,815
  • 23
  • 67
  • 90

1 Answers1

0

I had the same problem on OS X Yosemite for PyDev Eclipse. After I read the Eclipse documentation and some stackoverflow posts, I solved the problem.

  1. Open File > Properties > Resource > Linked Resources on Eclipse
  2. Define GOOGLE_APP_ENGINE as /usr/local/google_appengine.
Community
  • 1
  • 1
Ayberk Yavuz
  • 431
  • 1
  • 7
  • 15