Kit
Kit

Reputation: 31513

Google App Engine plugin on NetBeans 6.9.1

I followed the instructions on this site: Getting Started With Google App Engine and NetBeans.

When I try to add a Google App Engine server, I correctly point it to the .app file on my computer. But it still complains to "Provide a valid Google App Engine location". Why is this so? Which location does the plug-in want? enter image description here

Upvotes: 0

Views: 689

Answers (2)

Magnus Simius
Magnus Simius

Reputation: 181

I downloaded the sdk zip file from google, http://googleappengine.googlecode.com/files/appengine-java-sdk-1.7.3.zip, and then unzipped the file into a java sandbox subdirectory of my home directory. I then pointed to the unzipped directory structure and it worked.

Upvotes: 3

Nick Johnson
Nick Johnson

Reputation: 101149

I'm not familiar with netbeans, but it appears it wants a path to the App Engine SDK. This is a subfolder of the app, /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine.

Upvotes: 2

Related Questions