Google Plugin for Eclipse Mars: No option to "deploy to AppEngine" - eclipse

I installed Eclipse Mars and the Google Plugin for Eclipse, as well as Google App Engine Java SDK from scratch. The project-specific settings point to Java 1.7.
I can run Web Applications just fine locally, but when I right-click on the project, there is no option to "Deploy to AppEngine" under the "Google" options.
Re-installing the plugin did not fix the problem...

The "Deploy to App Engine" option is located in the GDT pulldown menu (the 'g') in the toolbar.

Related

Can not see blue "g" in eclipse

After installing all plugins in the world I can not see blue "g" in my eclipse juno so I am not able to run my Web Application.
I have installed:
-google app tools for android
-google plugin for eclipse(4.2)
-google app engine java SDK 1.9,30
-google web toolkit SDK
And some update for my eclipse but I got nothing special. Please tell me what I am supposed to do more?
Just configure Project Facets for your project from Properties by right click on project ans check your facet.
Or by Configure option on right click just convert to option.

Eclipse: missing eclipse application launch configuration

I want to choose an Eclipse Application Launch configuration in the Run/Debug Configuration of eclipse, for running an eclipse plugin, but it doesnt exists.
How can I add the Eclipse Application Launch configurations in the run/debug configurations. I'm using Eclipse Luna IDE for Java Developers.
You are missing the Eclipse Project SDK, which is needed to create Eclipse Applications. Without it, you will notice for example these problems:
The Run/Debug configuration is missing a category "Eclipse Applications" (as you mentioned)
The Windows / Preferences dialog is missing a category "Plug-in Development"
Importing launch configurations for "Eclipse Applications" will have no effect.
You install the Eclipse Project SDK like this:
Help / Install New Software...
Choose the installation repository. In case of Eclipse Oxygen, it is "Oxygen - http://download.eclipse.org/releases/oxygen"
Filter for Eclipse Project SDK
Check it & press "Finish"

Installed Eclipse GWT plugin, but no Web Application project

I have Eclipse IDE for Java EE Developers (3.7) installed on Windows XP and I installed Google plugin and GWT SDK , but even though plugin shows up as installed, I still do not get an option File > New > Web Application Project as it should be. And no icon with 'g' in blue circle on toolbar. What am I missing?
Thanks
Here is what I see on 'Plug-ins' tab in my Eclipse Installation Details screen:
Google App Engine Java SDK 1.7.6
Google Eclipse 3.7 Platform Plugin 3.2.2.v201303261859-r3l-r37
Google Eclipse Platform Plugin 3.2.2.v201303261859-r3l-r37
Google Eclipse Shared Platform Plugin 3.2.2.v201303261859-r3l-r37
Google Web Toolkit SDK 2.5.1
Go to Eclipse Market Place --> Search For GWT Plugin --> Download Google Plugin for Eclipse 3.7
It will take some time to download and install all the packages and plugins. But once it will be done, you will be able to see the google icon at the toolbar.
Also go through the following link.
https://developers.google.com/web-toolkit/usingeclipse
I had the same problen when following the GWT Tutorial and I fix the issue.
You can go:
Eclipse --> Help -->Install New Software --> Work with
Then paste, any of these urls but change indigo or helios for your eclipse IDE distribution
Indigo Update Site - http://download.eclipse.org/releases/indigo/
http://download.eclipse.org/webtools/repository/helios
Wait a moment and Eclipse will show you all options.
Check the option:
Web, XML, Java EE and OSGi Enterprise Development
Then click the Next, Apply and Finish and restart your IDE to see the changes.
Is all.
You are probably missing Java 7 JDK.
Download and install the JDK from the above link, then follow these instructions to let Eclipse know where to find it.
After I installed Java 7, the GWT plugin buttons and menus finally appeared next time I started Eclipse.

playn-showcase-html is not a GWT project

As per the getting started wiki page, I had Indigo with the Android plugin installed; I installed the Maven Integration for WTP and Google plugins (in that order). I can run the Java version of the showcase fine; when I try to Google > GWT Compile the showcase-html, Eclipse tells me that this is "not a GWT project."
What am I doing wrong? Or is this broken?
Source can be found here for the next seven days: http://www.sendspace.com/file/zc2af3
With all of those plugins installed Eclipse should auto-detect the GWT "nature" of the yourgame-html subproject. It works fine for me and at least a few other people.
In any case, you can simply right click on that project, select "Google -> Web Toolkit Settings..." and click "Use Google Web Toolkit" on the dialog that pops up.
Right click on the project "Run As -> Run Configurations". We should at-least create one configuration for web application. Click on New Configuration and eclipse will automatically fill the information(ie.playn-showcase-html & the class information ). Go ahead and click on Run and you should be able to get you server to run. Hope this helps.

Path to the GWT Installation Directory

I have installed WindowBuilder and I'm trying to create a GWT Java Project in Eclipse Helios. In the "GWT Settings" window, I am instructed to click the "Configure GWT Location" link and point to the path of the GWT installation directory, but I can't seem to find it even though I know WindowBuilder was installed. According to what I've seen online, it should be in the 'plugins' directory in the 'eclipse' folder where I pointed the WindowBuilder download using Eclipse's "Available Software Sites" function. It's looking for a gwt-user.jar file, but I can't locate such a file even while using Windows Explorer's search function.
What am I doing wrong?
This 2 different things GWT SDK and WindowBuilder both can be installed through Eclipse Update
but WindowBuilder will not work without the GWT SDK.
the simplest way is to use Google Plugin for Eclipse - http://dl.google.com/eclipse/plugin/3.7 (Eclipse Indigo) select all (or leave out the AppEngine in case you do not need it)
after it installed and eclipse Restarted you are done.
the "Configure GWT Location" refer to older versions. Now it is not needed.
What you did "works by a miracle" do not go with it I do not know when it will backfire on you with unpredictable behavior.
Download GWT SDK manually from http://www.gwtproject.org/download.html, .. unzip it ... you'll fine "gwt-user.jar" there
In Eclipse, open Window | Preferences | Google | Web Toolkit .. click "Add" then browse to this unzipped folder.
You do not need GWT turned on in order to create a New Web Application Project. If you do not want to use GWT just uncheck the "Use Google Web Toolkit" checkbox on that same dialog and it should work.