1 November 2012

how to install spring stuff to eclipse

SOLUTION FOR : Eclipse Juno/ Spring 3.1.x

Eclipse/Spring experience is still a nightmare from beginning.Whatever you do, nothing seems to work from beginning.Amount of polluted useless resources for Spring Framework is enormous.
In just 10 minutes i had 3 problems:
* I created new project and decided to delete,but ...Eclipse encouraged exception.
* I trying to update ,but it fails
* Install new software Spring  (and this note is about it) didn't go well either,but it was my fault...

Good start is it? Anyway let's back to topic

STORY:
I have new project to do and it requires
so i used url for http://springide.org/updatesite
I choose minimum stuff to install
and I see error like :

"Cannot complete the install because one or more required items could not be found.
Software being installed: SpringSource Tool Suite Tutorials 2.6.0.201103161000-RELEASE (com.springsource.sts.tutorials.feature.group 2.6.0.201103161000-RELEASE)
Missing requirement: com.springsource.sts.ide.ui 2.6.0.201103161000-RELEASE requires 'bundle org.eclipse.ajdt.ui 0.0.0' but it could not be found
Missing requirement: com.springsource.sts.ide.ui 2.6.0.201105091000-RELEASE requires 'bundle org.eclipse.ajdt.ui 0.0.0' but it could not be found
Cannot satisfy dependency:
From: SpringSource Tool Suite (required) 2.6.0.201103161000-RELEASE (com.springsource.sts.feature.group 2.6.0.201103161000-RELEASE)
To: com.springsource.sts.ide.ui [2.6.0.201103161000-RELEASE]
Cannot satisfy dependency:
From: SpringSource Tool Suite (required) 2.6.1.201105091000-RELEASE (com.springsource.sts.feature.group 2.6.1.201105091000-RELEASE)
To: com.springsource.sts.ide.ui [2.6.0.201105091000-RELEASE]
Cannot satisfy dependency:
From: SpringSource Tool Suite Tutorials 2.6.0.201103161000-RELEASE (com.springsource.sts.tutorials.feature.group 2.6.0.201103161000-RELEASE)
  To: com.springsource.sts.feature.group [2.6.0,2.7.0)"

SOLUTION:
If you see error like that it means you using wrong url
These days correct url for Eclipse JUNO is :
http://dist.springframework.org/release/IDE

1 comment:

  1. Still i am getting error..

    Cannot complete the install because one or more required items could not be found.
    Software being installed: Spring IDE AJDT Integration (optional) 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.1.0.201210040510-RELEASE)
    Missing requirement: Spring IDE AOP Xref UI 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.ajdt.ui.xref 3.1.0.201210040510-RELEASE) requires 'package org.eclipse.ajdt.core 0.0.0' but it could not be found
    .
    .
    .

    ReplyDelete