I installed the Google plugin for Eclipse 3.4 and it seems to work fine.
But when I launch a new web application project, he wants me to configure the Google App Engine SDK. I click on the Add App Engine SDK, but it does not recognize my (valid) GAE SDK. It returns with βFailed to initialize the App Engine SDK on path%β, regardless of which path I give it.
Are you trying to use the Java or Python SDK, and are you sure you downloaded the correct one?
If Python, remember that the Google Eclipse plugin is currently only available for Java.
Does your SDK run if you run dev_appserver from the command line? I had a similar problem, and precisely because the script wanted to ask me about the automatic update check - as soon as I answered the question and left the application server, I was able to add it to Eclipse.
You checked the environment variable "path" to enable
; C: \ Program Files \ Google \ google_appengine \
I had this problem. I downloaded the java zip package and extracted it manually, but it turned out that the zip file was either damaged or corrupted during the extraction. Despite this, downloading the package again and re-extracting fixed the problem for me.
Also, if you use Python, use the PyDev plugin for eclipse and run the Google AE project this way. Use the Google Eclipse plugin for GWT content, Java-> Js.
Source: https://habr.com/ru/post/1286228/More articles:Why is the Java toString () loop infinitely linked to indirect loops? - javaHow should I structure my resource tree in an ACL? - phpASP.NET login without username - c #What should be the resources in the ACL? Object models or object instances? - phpHow to determine array size in Java bytecode (FindBugs) - javaParsing an existing configuration file - pythonIs there an API for programmatically modifying Project and Solution files (.vbproj, .csproj, .sln)? - .netLogonUser and delegation - c #Should a web developer use CSS 3 when IE6 has 15% market share? - cssHow to update style after ajax call in jQuery? - jqueryAll Articles