I've installed Google's Eclipse plugin and GWT Designer in my Eclipse Juno. The installation was completed successfully but unfortunately no GWT Designer options appeared. I can't even deploy my GWT app to .war file.
How can I solve this problem?
Unfortunately I think you will have to wait until google releases GWT designer for eclipse 4.2 (Juno). Unless of course you have solved this already, if so then please share :)
Related
I've downloaded Eclipse Luna and install the following Google's plugins:
Google Plugin for Eclipse 4.4
Google Web Toolkit SDK 2.6.0 Bundle for Eclipse
GWT Designer Development Mode Support
GWT Designer Editor
GWT Designer GPE
I've checkout an svn project which was initially created using Eclipse Indigo.
When I try to deploy the project I see that the "GWT Deploy module on application server" button is disable. On Indigo I didn;t encounter this problem.
I would appreciate any help figuring out how to enable it.
Many Thanks!
I was working with eclipse to debug the gwt projects. Recently i shifted to MyEclipse to get additional benefits but here i am not able to debug the gwt project in myeclipse. I know how to debug java or j2ee project in myeclipse using Tomcat set up in 'servers' tab. I could not find the way to debug gwt project in myeclipse.
Could you please any suggest me to debug the gwt project in MyEclipse.
Shall i need to include the google plug-in in myeclipse?
You will definitely need to install the Google eclipse plug-in in MyEclipse, to work with GWT projects.
If you are using GWT 2.7 you can use SDBG (http://sdbg.github.io/).
I am trying to add WildFly Server to NetBeans 8.0.
I go through the path: Tools -> Plugins -> Available plugins
Here is the screen shot: http://s29.postimg.org/8s8k6lck7/Wild_Fly.png
There are no results... So I can't add WildFly Server to use it in NetBeans.
Maybe someone has ever had similar problem, what am I doing wrong?
Please, help me!
Thanks.
You can use the WildFly plugin without downloading an unstable NetBeans build.
You can download the WildFly plugin directly from the NetBeans website and install through the "Downloaded" tab in Tools -> Plugins
I have managed to make NetBeans find WildFly plugin.
I had NetBeans 8.0 on my machine installed. For now, if you need to use WildFly from NetBeans - the answer is to install the latest NetBeans Nightly build. I have installed the following JEE bundle: http://bits.netbeans.org/download/trunk/nightly/latest/
So, I have added WildFly and in NetBeans IDE Build 201404150001 it works:
http://s29.postimg.org/n3zi8k2qf/Wild_Fly.png
UPDATE: I've written about this in twitter, and guys fixed this! Now everything works fine in NetBeans 8.0. Thanks everybody.
I have an open source Eclipse Google App Engine project (it's called LastCalc and it's open source, you can find it here, created using the GAE Eclipse plugin.
The problem is that several months ago I switched IDEs to IntelliJ IDEA. Since most of my projects were Maven-based this wasn't an issue, but LastCalc was stubbornly tied to Eclipse.
I'm hoping that someone can suggest an easy way to migrate this project to Maven such that it will work nicely in both IDEA and Eclipse.
We released the app engine maven plugin and a gustbook sample with that plugin. I don't think the manual migration is very difficult. You can create a directory structure similar to our guestbook sample and copy your source and resource files. Dependency might be a bit cumbersome, so maybe you can try the 'Convert to Maven Project' functionality of the newer version of m2eclipse.
I've followed these instructions but I'm unable to install the GAE plugin on Eclipse 3.6 Helios.
Any ideas what could be wrong and how to fix it?
This is a clean install of Eclipse, the only added features are the Eclipse Web Developer Tools per instructions.
This is on Windows XP.
Don't make it more complex than needed. Use the PlugIn: GAE Plugin Instructions
I fixed it by installing Eclipse for Java EE Developers
The version for different types of eclipse is different for Google App Engine Plugin. Try to use different version of plugin as required by your eclipse . I Have used http://dl.google.com/eclipse/plugin/3.4 for my Hellios Version eclipse and it is working file after installation . Do not forgot to researt your eclipse in clean mode after installation of plugin.