I have issues installing Developer tools, Google plugin for eclipse[req], GWT Designer for GPE and SDK from ...gle.com/eclipse/plugin/4.3. I have installed Kepler SR2.
I have tried updating the software within Eclipse and also through downloading locally.
How can I get GWT installation? Are GWT under Window-builder and Google Web toolkit same? Actually, I want a GUI editor for web application.
What should I do?
Download and install a fresh copy of Eclipse IDE Java EE Developers and then install the plugin as you did in Eclipse (Help > Install new software) and you wouldn't have a problem.
The GWT plugin includes the GWT Designer for the graphic editing.
EDIT
In order to see if you have GWT Designer installed try:
1) Create a GWT project.
2) Right click on the src package and create a UiBinder file. That
will create two files : a Java file et an XML file.
3) Right click on the XML file : Open With > WindowsBuilder Editor.
Before installing, you have to install in the fresh eclipse ide.
Help -> Eclipse Marketplace then search for 'Google Plugin for Eclipse 4.3' and click install button
Don't check any GWT Designer. Should check all above them.
Help -> Install New Software... by input url at work with: http://dl.google.com/eclipse/inst/d2gwt/latest/4.3
Check all GWT Designer and don't check any WindowBuilder because eclipse will select the lastest modules of windowbuilder from Google Plugin for Eclipse 4.3. (In [3] its version is 1.6.0 but within google plugin is 1.6.1)
When you found the problem on GWT Designer, you have to change gwt sdk to version 2.5.1
Enjoy!!!
Q: Why don't I recommend you to choose gwt designer in google plugin?
A: It's not perfect designer if you would like to develop in the same past way (GWT 1.0). It's similar ASP.NET Web Form.
This is the GWT 2.0 development way: http://blog.sortedset.com/googles-app-engine-java/gwt-uibinder-helloworld-with-html/
Related
I installed plugin for eclipse - gwt eclipse plugin 3.0.0 when I right-click on the corresponding class or on ui.xml there I do not see designer.
From Release Notes for 2.7.0:
GWT Designer doesn’t work with 2.7 and is no longer supported.
I need the e(fx)clipse Window Builder to develop my application. I am using Windows XP Java 8 is unsupported. I must use an older version of e(fx)clipse to that supports Java 7. I've looked everywhere on how to do this but all sources are leading me to installing the latest version via the (Install New Software) feature in Eclipse. This doesn't work for me as I cannot find the correct p2 link for older versions of the software. Please help.
Here is the steps for offline install plugins.
Open WindowBuilder Pro download page, click the link under Zipped Update Site. If you are using Eclipse 3.8, you can download WB v1.7 for offline install.
If you don't want to install extra plugins, select menu item Windows > Preference. Then select tree item Install/Update > Available Software Sites, uncheck all items and press OK to close it.
Unpack the downloaded zip file to a folder (do NOT use the file expleror of Windows...)
Select menu item Help > Install New Software.... Click Add... button and Local... button to select the folder in previous steps.
Eclipse will list avaiable features for install. You can select the features and click Next button. You may get errors such as:
Cannot complete the install because one or more required items could not be found.
Software being installed: SWT Designer XWT Support (requires Eclipse WTP/WST) 1.7.0.r42x201405021548 (org.eclipse.wb.xwt.feature.feature.group 1.7.0.r42x201405021548)
Missing requirement: WindowBuilder Core for XML GUI's 1.7.0.r42x201405021458 (org.eclipse.wb.core.xml 1.7.0.r42x201405021458) requires 'bundle org.eclipse.wst.sse.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: SWT Designer XWT Support 1.7.0.r42x201405021548 (org.eclipse.wb.xwt 1.7.0.r42x201405021548)
To: bundle org.eclipse.wb.core.xml 0.0.0
Cannot satisfy dependency:
From: SWT Designer XWT Support (requires Eclipse WTP/WST) 1.7.0.r42x201405021548 (org.eclipse.wb.xwt.feature.feature.group 1.7.0.r42x201405021548)
To: org.eclipse.wb.xwt [1.7.0.r42x201405021548]
In this case, you can unselect features: WindowBuilder Core for XML and SWT Designer XWT Support. Since they depend on the plugins of Eclipse webtools... (Or install Eclipse webtools before install WB)
Once all errors gone, accept the license agreement and click Next to finish the installation. Then you can use WB after restarting Eclipse.
i need to finde PDE UI and, i was looking llike for 2 days,
I migrated java ide and java ee ide of eclipse.
I have Eclipse Java EE IDE 4.4(Luna).
I need all of them on same instalation.
In Eclipse open Help > Install New Software
Select Luna - http://download.eclipse.org/releases/luna in the Work with section.
Open the General Purpose Tools section and check Eclipse Plug-in Development Environment.
Click Next to start the install.
I have the following version of Eclipse:
Eclipse IDE for Java Developers
Version: Kepler Service Release 1
Build id: 20130919-0819
I am trying to use the Plug-In wizard, but when I try to open a new project, this wizard is not one of the options. I downloaded this standard version of eclipse from http://www.eclipse.org/downloads/
Is there something else I have to download or was I supposed to download a different version?
Thanks in advance!
In order to work with Eclipse Plugin development, you need to use SDK version of Eclipse. You can download Eclipse SDK 4.x from this link
SDK version contains all the necessary tools to build Eclipse plugins. From the website,
Developers who use the Eclipse Rich Client Platform (RCP) will find that the Eclipse SDK 4.2 makes it easier to build great looking rich client applications
You should have the everything. File > New > Project... should open a wizard with Plug-in Development > Plug-in Project as one of the wizard selections:
I'm writing server-application in java which needs to run on ec2 of amazon. I read somewhere i need to open dynamic web project, but i don't have this option in eclipse. my eclipse version is .
I tried to install through help -> install new software the package "Web Tools Platforms" from http://download.eclipse.org/webtools/repository/indigo
but it failed in the middle of the installation.
Somebody can help me with that?
thanx!!
You need the one labelled Eclipse for Java EE Developers that one lets you create web projects.
Also see this & this. It will help you..
Not all of them are required (I think), but after installing the components listed below I got the "Dynamic Web Project" template added to my Eclipse (Indigo). The list is:
Eclipse Java EE Developer Tools
Eclipse Java Web Developer Tools
Eclipse Web Developer Tools
Eclipse XML Editors and Tools
You can install those packages by clicking on "Help" > "Install New Software", selecting the repository that corresponds to your Eclipse build (i.e http://download.eclipse.org/releases/indigo for Indigo). The packages are grouped under "Web, XML, Java EE and OSGi Enterprise Development".