• 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

Spring IDE integration with Eclipse 3.4

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
While integrating Spring IDE with Eclipse3.4 i got the fallowing error
Unsatisfied dependency: [org.springframework.ide.eclipse.dependency.feature.feature.group 2.1.0.v200808011800] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] can be satisfied.
Unsatisfied dependency: [org.springframework.ide.eclipse.dependency.feature.feature.group 2.1.0.v200808011800] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt/[3.2.0,3.3.0)
how to past out this problem
 
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Update to the latest version of Spring IDE from the update site. It works fine with me.
 
Alaa Nassef
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OH, and as for the error you're getting, this is because you need Eclipse JDT project. Download that too.
 
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring IDE 2.0.6 doesn't play nice with Mylyn 3.0 released along with Eclipse Ganymede. If you switch off Mylyn integration Spring IDE 2.0.6 should work just fine. If you're free to upgrade to Spring IDE 2.1, like Alaa Nassef suggested, the Mylyn related issues should have been resolved.
[ August 14, 2008: Message edited by: Jelle Klap ]
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure that you do not select the Spring IDE Dependencies which is only for Eclipse 3.2.x
 
jp kavita
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Thanksalot.I was selected the Spring IDE Dependencies which is only for Eclipse 3.2.x because of that i got that error.

Thanks
kavitha
 
reply
    Bookmark Topic Watch Topic
  • New Topic