Difference between revisions of "OSGi : Install Eclipse Plugins Fedora"
(Created page with '== Installing Eclipse onto Fedora 14 - X86_64 == # Start with a clean install of Fedora 14, preferably from a live CD. For my examples I used the 64 bit edition. # When the insta…') |
(→Checking which Plugins are Already Installed) |
||
Line 4: | Line 4: | ||
# Install Eclipse (Helios 3.6.1) with the command '''yum groupinstall "Fedora Eclipse"'''. | # Install Eclipse (Helios 3.6.1) with the command '''yum groupinstall "Fedora Eclipse"'''. | ||
# That's it! You can now use Eclipse to build C, C++ or Java programs. | # That's it! You can now use Eclipse to build C, C++ or Java programs. | ||
− | == Checking which | + | == Checking which Plug-ins are Already Installed == |
− | Fedora Eclipse comes with many | + | Fedora Eclipse comes with many plug-ins preinstalled. To list the installed plug-ins, select '''Install New Software''' from the Help menu. |
[[Image:plug1.png|left|thumb]]<br style="clear:left;" /> | [[Image:plug1.png|left|thumb]]<br style="clear:left;" /> | ||
− | + | Then, near the bottom of the window, click on '''What is Already Installed'''. | |
[[Image:plug2.png|left|thumb]]<br style="clear:left;" /> | [[Image:plug2.png|left|thumb]]<br style="clear:left;" /> | ||
− | + | Select the '''Plug-ins''' tab and scroll down to verify that '''Eclipse Equinox''' is installed. | |
[[Image:plug3.png|left|thumb]]<br style="clear:left;" /> | [[Image:plug3.png|left|thumb]]<br style="clear:left;" /> | ||
+ | == So What is Eclipse Equinox == |
Revision as of 09:05, 23 January 2011
Installing Eclipse onto Fedora 14 - X86_64
- Start with a clean install of Fedora 14, preferably from a live CD. For my examples I used the 64 bit edition.
- When the install is complete, open a terminal window and run yum update to bring your system up to date. You may have to reboot once this is done.
- Install Eclipse (Helios 3.6.1) with the command yum groupinstall "Fedora Eclipse".
- That's it! You can now use Eclipse to build C, C++ or Java programs.
Checking which Plug-ins are Already Installed
Fedora Eclipse comes with many plug-ins preinstalled. To list the installed plug-ins, select Install New Software from the Help menu.
Then, near the bottom of the window, click on What is Already Installed.
Select the Plug-ins tab and scroll down to verify that Eclipse Equinox is installed.