Results 1 to 5 of 5

Thread: How to configure Spring IDE into Eclipse helios

  1. #1
    Join Date
    Apr 2011
    Posts
    2

    Default How to configure Spring IDE into Eclipse helios

    Hi Everyone,

    I have gone through the below process in order to configure spring IDE ino Eclipse helios:

    1.eclipse -->help-->install new software -->add new site
    2. after adding below url the congiguration gets started:
    http://springide.org/updatessites
    3. At last wizard, even after checking the terms and conditions checkbox, the "next" and "fininsh" button gets disabled and so that I am able to configure Spring IDE into my eclipse helios.

    Need some suggestions plzzz.

    Thanks,
    Manish

  2. #2
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,637

    Default

    Hi Manish!

    Please use this update site for the latest Spring IDE release:
    http://dist.springsource.com/release/TOOLS/update/e3.6/

    HTH,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  3. #3
    Join Date
    Apr 2011
    Posts
    2

    Default

    Hi Martin,

    Thnx fo rrplying. But i am not able to open the website u gave below:

    <a href="http://dist.springsource.com/release/TOOLS/update/e3.6/">http://dist.springsource.com/release/TOOLS/update/e3.6/</a>

    M getting message as "The website declined to show this webpage"

  4. #4
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,637

    Default

    This is not an accessible website, but an Eclipse update site. Try to paste this URL into the "install new software" dialog within your Eclipse. That should work.

    HTH,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  5. #5

    Default

    from
    http://download.springsource.com/rel...structions.pdf
    Configure STS-related update sites:
    Download one of the following bookmarks file suitable for your Eclipse version
    and save it to your harddrive:
    Eclipse 3.6: http://dist.springsource.com/release.../bookmarks.xml
    b. Open Preferences -> Install/Update -> Available Update Sites in Eclipse
    a. Click the “Import…” button and select the downloaded bookmarks.xml. Click
    “Open” to finish the import.
    Code:
    <bookmarks>
    <site url="http://dist.springsource.com/release/TOOLS/update/e3.6" selected="true" name="SpringSource Update Site for Eclipse 3.6"/>
    <site url="http://dist.springsource.com/release/TOOLS/composite/e3.6" selected="true" name="SpringSource Update Site for Eclipse 3.6 (Dependencies)"/>
    <site url="http://download.eclipse.org/releases/helios" selected="true" name="Helios"/>
    </bookmarks>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •