Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Downloaded Stanford eclipse and do not know how to run

Writer Matthew Barrera

Heello, I downloaded eclipse.zip from Stanford website(I need it for CS106a class) and do not know how to run after unzipping, please help.

Link:

enter image description here

1 Answer

  1. Change directories using cd to the directory containing the eclipse-linux64.zip archive that you downloaded.

  2. Extract the contents of the archive:

    unzip eclipse-linux64.zip
  3. Change directories to the eclipse folder.

    cd eclipse
  4. Start Eclipse.

    ./eclipse
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy