• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

The import com.google cannot be resolved

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi please help

when compiling in Eclipse 3.4.2 I get the message:
"The import com.google cannot be resolved"

I think that I need the google plug in.. I'm trying to install it from here:

http://code.google.com/intl/es-ES/eclipse/docs/getting_start ed.html#installing

But I follow the guidelines and when in Eclipse I go to
Software Updates/Available Software /Add site and when Install I get the message:

Cannot complete the request. See the details:
Unsatisfied dependency: requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.mylyn.commons.ui/0.0.0
Unsatisfied dependency: requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.mylyn.commons.ui/0.0.0
Unsatisfied dependency: requiredCapability: osgi.bundle/org.eclipse.mylyn.commons.net/[3.0.0,4.0.0)
Unsatisfied dependency: requiredCapability: osgi.bundle/org.eclipse.mylyn.commons.net/[3.0.0,4.0.0)
Unsatisfied dependency: requiredCapability: osgi.bundle/org.eclipse.mylyn.commons.ui/[3.0.0,4.0.0)
 
Ranch Hand
Posts: 56
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Karen,

p2 (your first unsatisfied dependency) is the replacement for the eclipse update manager in ganymede. Without it it's not that easy to install google web toolkit. For me it locks like your eclipse version is not up to date. Please try to Help -> Software Updates to check whether your Eclipse core can be updated.

Regards,
Ramon
reply
    Bookmark Topic Watch Topic
  • New Topic