Problem installign gwt in eclipse

325 views
Skip to first unread message

sahli sabrina

unread,
Jun 5, 2012, 1:14:29 PM6/5/12
to Google Web Toolkit
hi, i have eclipse version 3.5 and i want to set up gwt but i have
always this error message T

he operation cannot be completed. See the details.


details

Cannot complete the install because one or more required items could
not be found.
Software being installed: Google Plugin for Eclipse 3.5
2.6.1.v201205091048-rel-r35
(com.google.gdt.eclipse.suite.e35.feature.feature.group
2.6.1.v201205091048-rel-r35)
Missing requirement: Google Plugin for Eclipse 3.5 2.6.1.v201205091048-
rel-r35 (com.google.gdt.eclipse.suite.e35.feature.feature.group
2.6.1.v201205091048-rel-r35) requires 'org.eclipse.mylyn.commons.ui
0.0.0' but it could not be
found
.

can anyone help me to resolve this problem it is realy very important
and urgent for me

thank you

Ed

unread,
Jun 8, 2012, 7:56:20 AM6/8/12
to google-we...@googlegroups.com
If your using AVG turn off link checker.
> --
> You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
> To post to this group, send email to google-we...@googlegroups.com.
> To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>

Philippe Lhoste

unread,
Jun 15, 2012, 6:09:05 AM6/15/12
to Google-We...@googlegroups.com
On 14/06/2012 02:40, Jeff Silverman wrote:
> On Friday, June 8, 2012 4:56:20 AM UTC-7, Ed wrote:
>
> If your using AVG turn off link checker.
>
>
> Ed,
>
> I am something of a Newbie to Eclipse. What is AVG and what is the link checker? How do I
> turn it off?

I think the advice is about shutting off anti-virus software / security suites /
firewalls, at least for the time of update.

--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --

Rob

unread,
Jun 20, 2012, 5:43:50 PM6/20/12
to google-we...@googlegroups.com, Google-We...@googlegroups.com
Hi,

Draft post:

->

In this post, we're going to take a look at how we can work with GWT and Maven when using Eclipse's Integrated Development Environment (IDE).

So we'll need to:

  1. Install the Google Plugin for Eclipse
  2. Install the Maven Integration for Eclipse plugin
  3. Install the Maven Integration for WTP plugin

Prerequisites

You will need a Java SDK (version 1.7 or later), the Eclipse IDE for Java EE Developers (Indigo version 3.7.2 or later) and Maven (version 3.0.4 or later).

I started with a fresh install of Eclipse and followed these recommendations when updating "eclipse.ini".

You should also disable any unnecessary start-up actions (e.g. Windows -> Preferences, type “startup”, select “Startup and Shutdown”, and then deselect the options you don’t need) and validations (e.g. Windows -> Preferences -> Validation, click “Disable All”, and then select only the options you need). You might also want to consider setting up a ram disk.

And don't forget to add the Java SDK, Eclipse, your workspace and any other related folders to the white list in your anti-virus software.

Note: If you run into any issues when checking for updates or installing new software then you might need to disable your anti-virus software (e.g. AVG's Link Scanner, Identity Protection and Resident Shield).

1. Install the Google Plugin for Eclipse

The Google Plugin for Eclipse (GPE) makes it easy to import Maven projects that use GWT and App Engine. To get started, we first need to install GPE and then some additional plugins.

In Eclipse choose "Help -> Install New Software..." and paste the update site URL http://dl.google.com/eclipse/plugin/3.7 into the field named "Work with:" then press the Enter key.

Pressing Enter should cause Eclipse to update the list of available plugins:

Google Plugin for Eclipse

Select the Google Plugin for Eclipse 3.7 (and optionally the Google Web Toolkit SDK and the Google App Engine SDK) click Next and then follow the prompts. When the download has finished and the installation is complete make sure you restart Eclipse.

Note: As an alternative to installing from the update site, you can install the Google Plugin for Eclipse by downloading and installing an archive of the update site.

2. Install the Maven Integration for Eclipse plugin

In Eclipse choose "Help -> Install New Software..." and paste the update site URL http://download.eclipse.org/technology/m2e/milestones/1.1 into the field named "Work with:" then press the Enter key.

Pressing Enter should cause Eclipse to update the list of available plugins:

Maven Integration for Eclipse

Select the Maven Integration for Eclipse plugin then click Next and follow the prompts. When the download has finished and the installation is complete make sure you restart Eclipse.

Note: If like me you run more than one version of Maven (e.g. Maven 2 and Maven 3) then you need to check your environment and make sure you aren't referencing more than one installation.

3. Install the Maven Integration for WTP plugin

In Eclipse choose "Help -> Install New Software..." and paste the update site URL http://download.jboss.org/jbosstools/updates/m2eclipse-wtp into the field named "Work with:" then press the Enter key.

Pressing Enter should cause Eclipse to update the list of available plugins:

Maven Integration for WTP

Select the Maven Integration for WTP (Web Tools Platform) plugin then click Next and follow the prompts. When the download has finished and the installation is complete make sure you restart Eclipse.

What's Next

If you have successfully installed the Google Plugin for Eclipse (GPE) and the additional plugins then you're ready to generate a skeleton GWT Maven project.

->

Cheers
Rob

kiahu.com
Reply all
Reply to author
Forward
0 new messages