|
|
|
Simple Installation of Eclipse IDE on any platform:
- Download
Eclipse distribution for your computer platform
- Unpack
the distribution into a file system folder (e.g., Program Files/Eclipse)
- Make
sure that your system has Java Run-Time Environment installed
- Create
desktop shortcut to eclipse.exe in that folder
- Start
the application, specify a default workspace for software projects
- Eclipse
keeps these separate from your actual source code files
- Install any desired additional
Eclipse components
- Also known as 'Plug-ins'
- Examples: C/C++ Software
Development , Database Development, Web tools
Installing Eclipse Plug-ins:
- The Hard Way: (as described in Eclipse
cookbook)
- Download, unpack,
connect (register) plug-in with the Eclipse environment
- Subject to 'quirks': manually
registering plugin with Eclipse is problematic
- The Easy Way:
Eclipse Update Manager
- Help -> Software Updates
-> Find and Install
- Use the Hard Way only when
developing new plug ins on your local system
Example:
Install the C++ Plug-in on the MAC OS/X platform
|