Difference between revisions of "Eclipse"
Jump to navigation
Jump to search
(Created page with "<div id="APB"> <div class="b1"> Eclipse </div> {{dev}} Eclipse is an open source IDE (Integrated Development Environment) with an extensible plug-in system. While it was i...") |
m (→Installation) |
||
Line 31: | Line 31: | ||
## '''RCP''' - the {{WP|Rich client platform}}: a framework to easily add windows, menus, GUIs and many other extensions to applications. | ## '''RCP''' - the {{WP|Rich client platform}}: a framework to easily add windows, menus, GUIs and many other extensions to applications. | ||
## '''CVS''' - {{WP|Concurrent Versions System}}: support for a projects code repository, and revision control. | ## '''CVS''' - {{WP|Concurrent Versions System}}: support for a projects code repository, and revision control. | ||
− | ## '''EGit''' - {{ | + | ## '''EGit''' - {{WP|Git (software)|The Eclipse version of Git}}: a software source control system that is currently preferred by many over CVS. |
## '''Mylyn'' - {{WP|Mylyn}}: a task management system that focuses views on a problem on tasks such as feature development or bug tracking. | ## '''Mylyn'' - {{WP|Mylyn}}: a task management system that focuses views on a problem on tasks such as feature development or bug tracking. | ||
## '''Linux tools''' that include memory allocation and speed profiling tools. | ## '''Linux tools''' that include memory allocation and speed profiling tools. | ||
Line 51: | Line 51: | ||
#Use the menu to access '''Help''' → '''Install New Software''' | #Use the menu to access '''Help''' → '''Install New Software''' | ||
# | # | ||
− | |||
− | |||
==Exercises== | ==Exercises== |
Revision as of 14:52, 1 November 2012
Eclipse
This page is a placeholder, or under current development; it is here principally to establish the logical framework of the site. The material on this page is correct, but incomplete.
Eclipse is an open source IDE (Integrated Development Environment) with an extensible plug-in system. While it was initially focused on Java, it supports compiled languages such as C/C++ and interpreted languages such as Perl, Python and PHP and even R.
Contents
Introductory reading
IDE (Integrated Development Environment)
Overview
Installation
- Navigate to http://www.eclipse.org/downloads/
- You will find a large number of download options, but since the sytem has an extensible architecture, what you download initially does not constrain what plugins to add in the future. Choices include preconfigured versions for Java or C/C++, or the "Classic" version without plugins. I choose C/C++ to continue. The contents of the packages are compared on http://www.eclipse.org/downloads/compare.php and include
- RCP - the Rich client platform: a framework to easily add windows, menus, GUIs and many other extensions to applications.
- CVS - Concurrent Versions System: support for a projects code repository, and revision control.
- EGit - The Eclipse version of Git: a software source control system that is currently preferred by many over CVS.
- 'Mylyn - Mylyn: a task management system that focuses views on a problem on tasks such as feature development or bug tracking.
- Linux tools that include memory allocation and speed profiling tools.
- Many of these will not be crucial to the one-off programming tasks in our field, but awareness of best practices in professional software engineering , and the potential to use them when required is a clear benefit in any case.
- Download, uncompress and untar the appropriate file for your system.
- Open the Eclipse.app to start.
- Enter http://e-p-i-c.sf.net/updates in the Work with: field and click add.
- Enter a name for your local repository ... "epic" should work just fine
- Wait while Eclipse negotiates with the repository. The name will be set to "pending".
- Once the name EPIC main components appears, check the box and click on Next.
Issues
- I have not found an eclipse version for Mac G5 architecture. If anyone knows of a source I would be much obliged.
Perl Plugin
Once Eclipse , Java and Perl are installed on your system, ...
- Start Exclipse
- Use the menu to access Help → Install New Software
Exercises
References
Further reading and resources
[...]