I am trying to install google application engine using java but could find a way to do it ..i found a way to install using python but not java on windows.
Thanks in advance!
You could give the quick start a try: https://cloud.google.com/appengine/docs/java/quickstart
Related
I am following a tutorial (https://github.com/GoogleCloudPlatform/gradle-appengine-plugin) on using google app engine to deploy from gradle.
It say to point to your local installation of Google App Engine SDK. Except I don't really know how to find this, how would I find this?
You are following an older tutorial. Please use the new tutorial for the new gradle plugin as your point of reference. The new tutorial does not require this information.
In regards to your question location of the SDK, it depends on the Operating System.
You can run the command gcloud info which will detail about the installation. See Installation Properties for more details about the install path.
Ive just upgraded the Google App Engine Launcher (for PHP) and now I'm getting this error message.
Any ideas what why that ocurred and how to fix it?
UPDATE1: right now it is only working in console like this:
"C:\Program Files (x86)\Google\google_appengine\appcfg.py" "update" "D:\route\to\application"
And I can't find the way to update the parameter in the Google Engine Launcher. Any thoughts?
UPDATE2: ok, it seems that the issue has to do with the migration to oAuth2. So, the new question is: how can I make the Google Engine no to use "--passin"? Because I uninstalled (and remove any trace of it) and then reinstalled, but it insist in using the "--passing" parameter, making it completely useless.
UPDATE3: the issue was that I was using Google SDK and updated the Engine using "GoogleAppEngine-1.9.24.msi". And it was not updating the shortcut, so I was still using some data from the SDK.
Solution: remove the Google Cloud SDK and install again. Then install the App Engine. And it worked.
Solution: remove the Google Cloud SDK and install again. Then install the App Engine. And it worked.
I've been struggling to find an online IDE which supports Go and Google App Engine. Codeenvy supports it using python, while Cloud9 runs python 2.6 (which isn't compatible with GAE), and the update doesn't work.
Is there any IDE that will allow me to develop and deploy Go to GAE?
Python 2.7.3 should be installable from command line in Cloud9 via c9pm install python27 (see also the github repo.
Koding comes with Go, Python2 & 3, and best of all gives you a normal Ubuntu VM with full root access! It will work great with Go and GAE :)
When I try to install google app engine plugin on Netbean IDE 7.1 it gives me error like as follows
Some plugins require plugin Java Hints to be installed. The plugin Java Hints is requested in implementation version 4. The following plugin is affected:
Google App Engine Editor Hints
I have similar problems. I tried to use NetBeans67 instead. http://kenai.com/downloads/nbappengine/1.0_NetBeans671/updates.xml
It works fine so far in Netbeans 7.0.1.
I've installed the Google Plugin for Eclipse 3.4 and it seems to work fine.
But when I start a new Web Application Project, it wants me to configure the Google App Engine SDK. I click on Add App Engine SDK, but it doesn't recognize my (valid) GAE SDK. It comes back with "Failed to initialize App Engine SDK at %path", no matter what path I give it.
Are you trying to use the Java or Python SDKs, and are you sure you downloaded the right one?
If Python, remember that the Google Eclipse plugin is currently Java-only.
Does your SDK run if you start dev_appserver from the command line? I had a similar problem once and it was because the script wanted to ask me about automatically checking for updates - once I'd answered the question and exited the appserver I was then able to add it to Eclipse.
Have you checked your "path" environment variable to include
;C:\Program Files\Google\google_appengine\
I had this issue. I downloaded the java zip package and extracted it manually but it turned out that the zip file was either corrupted or messed up during the extraction. Regardless, downloading the package again and re-extracting it fixed the problem for me.
Also, if you are on Python use the PyDev plugin for eclipse and start a Google AE project that way. Use the Google Eclipse plugin for GWT, Java->Js stuff.