Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8404577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:38:02+00:00 2026-06-09T22:38:02+00:00

Please how to install the latest Eclipse Classic (4.2) on Ubuntu 12.04 using the

  • 0

Please how to install the latest Eclipse Classic (4.2) on Ubuntu 12.04 using the terminal? if you can direct me step-by-step, I would be grateful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:38:03+00:00Added an answer on June 9, 2026 at 10:38 pm

    See this blog post here, for step-by-step instructions.

    The process is documented step-by-step and in the comments the author has included a script –

    #!/bin/sh
    
    ECLIPSE=/usr/lib/eclipse/eclipse
    
    inject_update_site(){
    if [ ! -e "$1" ] ; then
    echo "W: Cannot find $1" 2>&1
    return 1
    fi
    cat - >>"$1" <<EOF
    repositories/http\:__download.eclipse.org_releases_indigo/enabled=true
    repositories/http\:__download.eclipse.org_releases_indigo/isSystem=false
    repositories/http\:__download.eclipse.org_releases_indigo/nickname=Indigo Update Site
    repositories/http\:__download.eclipse.org_releases_indigo/uri=http\://download.eclipse.org/releases/indigo/
    EOF
    
    }
    
    if [ ! -d ~/.eclipse/ ] ; then
    $ECLIPSE -clean -initialize || exit $?
    artifact=$(find ~/.eclipse \
    -regex .*/profileRegistry/.*/org.eclipse.equinox.p2.artifact.repository.prefs)
    metadata=$(find ~/.eclipse \
    -regex .*/profileRegistry/.*/org.eclipse.equinox.p2.metadata.repository.prefs)
    if [ -z "$artifact" ] || [ -z "$metadata" ]; then
    echo "W: Cannot inject update-sites, cannot find the correct config." 2>&1
    else
    ( inject_update_site "$artifact" && \
    inject_update_site "$metadata" && \
    echo "I: Injected update sites" ) || echo "W: Could not inject update sites." 2>&1
    fi
    fi
    
    exec $ECLIPSE "$@"
    

    which works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to install my Android app on a BlackBerry device. Can someone please
I have a fresh install of the latest Eclipse Helios for Java EE development
I am using (a clean install off) Eclipse version 3.7.2 with PyDev for Eclipse,
I'm trying to install a rails server for my application. I'm using ubuntu 10.04
I am using ubuntu 10.10 version where i used to develop android applications using
The question is simple, please see title. I have looked everywhere and still can
When i try to install latest beta tools for Visual Studio 2010 (from here
Please see Part 2 which list latest errors while installing module continued post .
I am using the latest version 1.341 of the Hudson CI to build my
I am unable to install a package (using package restore) due to some kind

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.