Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why "Install New Software..." menu entry is located under Help in eclipse [closed]

Tags:

eclipse

I was recurently wondering about that. Its just like in some older versions of windows, you had to hit the "Start" button to "Shutdown" the system

like image 359
tzador Avatar asked Jun 19 '10 02:06

tzador


People also ask

How do I enable new software in Eclipse?

Use the "Help -> Install New Software" menu, it will open a dialog where you can add a new update site (use the "add" button). Once you have added the update site, select it and its content will appear.

How do I download new software for Eclipse?

Go to Help > Install New Software. In the “Work with” field, enter this URL: http://download.eclipse.org/releases/indigo. Click Add.

How to Install Eclipse first time?

First, open the Help menu of Eclipse and choose the Install New Software… option. In the drop down menu, drag down to the Helios line, which points to the site containing popular software installs for this (Helios) version of Eclipse. Eclipse will now look for all of the software packages that are available.

Do we need to Install Eclipse?

Regardless of your operating system, you will need to install some Java virtual machine (JVM). You may either install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse. If you intend to use Eclipse for Java development, then you should install a JDK.


2 Answers

Because "Install New Software" is also kind of help.

like image 150
Jason Avatar answered Oct 06 '22 12:10

Jason


Because putting the "Check for Updates" option under Help is fairly standard (as seen in OpenOffice, Firefox, VMware, VirtualBox...), and Eclipse's "Install New Software" option is very, very closely tied to its "Check for Updates" option (since both use the same repository architecture and configuration).

like image 3
Josh Kelley Avatar answered Oct 06 '22 13:10

Josh Kelley