Difference between revisions of "Eclipse Introduction"
(created) |
|||
(20 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{todo|SEOKWREV; Write this from scratch for oe 5 (10.29.13-19:45->MD+);(11.06.13-15:58->JG+);(03.04.14-16:35->BS-);(03.21.14-15:45->BS+)|Klint Youngmeyer|project=oe 4,ky, SEOKWREV, md,bs}} | |
− | == | + | {{#seo: |
− | EMAC recommends that customers install | + | |title=Eclipse Introduction |
+ | |titlemode=append | ||
+ | |keywords=Eclipse,Eclipse Introduction,Eclipse Distribution,Integrated Development Environment,IDE | ||
+ | |description=An introduction to Eclipse. | ||
+ | }} | ||
+ | [[File:Eclipse.jpg|right]] | ||
+ | Eclipse is an Open Source ''Integrated Development Environment'' (IDE) that can be used to develop software for many different languages. Plugins are available that add functionality, such as SVN support, support for additional languages, and team collaboration. See the Eclipse Project site for more information [http://www.eclipse.org www.eclipse.org]. | ||
+ | |||
+ | == Eclipse Distribution == | ||
+ | EMAC recommends that customers install Eclipse 3.6 from the EMAC FTP site. The Eclipse 3.6 distribution includes all of the plugins recommended for developing software using the EMAC OE SDK, including: | ||
* C/C++ Development Tools (CDT) and features | * C/C++ Development Tools (CDT) and features | ||
* Remote Systems Explorer / Target Management / Device Software Development Platform (RSE/TM/DSDP) | * Remote Systems Explorer / Target Management / Device Software Development Platform (RSE/TM/DSDP) | ||
Line 13: | Line 22: | ||
* Other plugins and features | * Other plugins and features | ||
− | [[Category: | + | == See Also == |
+ | Refer to the links below for instructions on how to install and utilize the Eclipse 3.6 distribution. | ||
+ | * [[Eclipse Introduction|Introduction]] | ||
+ | * [[Installing Eclipse|Installation]] | ||
+ | * [[First Time Starting Eclipse]] | ||
+ | * [[Using the Eclipse Terminal View]] | ||
+ | * [[Importing the EMAC OE SDK Projects with Eclipse|Importing EMAC OE SDK Projects]] | ||
+ | * [[Using the EMAC OE SDK Projects with Eclipse|Using the EMAC OE SDK Projects]] | ||
+ | * [[Creating New Projects with Eclipse|Creating New Projects]] | ||
+ | * [[Eclipse_Remote_System_Explorer|Remote System Explorer]] | ||
+ | ** [[Remote System Explorer Setup for Eclipse|RSE Setup]] | ||
+ | ** [[Remote System Explorer SFTP Setup for Eclipse|RSE SFTP Setup]] | ||
+ | ** [[Remote System Explorer Shell and Terminal Setup|Remote Shell and Terminal Setup]] | ||
+ | * [[Executing Remote Applications with Eclipse|Executing Remote Applications]] | ||
+ | * [[Debugging Remote Applications with Eclipse|Debugging Remote Applications]] | ||
+ | |||
+ | <!--[[Category:Eclipse]]--> |
Latest revision as of 14:45, 21 March 2014
Eclipse is an Open Source Integrated Development Environment (IDE) that can be used to develop software for many different languages. Plugins are available that add functionality, such as SVN support, support for additional languages, and team collaboration. See the Eclipse Project site for more information www.eclipse.org.
Eclipse Distribution
EMAC recommends that customers install Eclipse 3.6 from the EMAC FTP site. The Eclipse 3.6 distribution includes all of the plugins recommended for developing software using the EMAC OE SDK, including:
- C/C++ Development Tools (CDT) and features
- Remote Systems Explorer / Target Management / Device Software Development Platform (RSE/TM/DSDP)
- SVN, Git, and CVS support
- Mylyn plugin with Trac support
- Linux development tools with Man Page viewer
- Web Developer Tools
- PHP Development Tools
- Eclox Doxygen support plugin
- Other plugins and features
See Also
Refer to the links below for instructions on how to install and utilize the Eclipse 3.6 distribution.
- Introduction
- Installation
- First Time Starting Eclipse
- Using the Eclipse Terminal View
- Importing EMAC OE SDK Projects
- Using the EMAC OE SDK Projects
- Creating New Projects
- Remote System Explorer
- Executing Remote Applications
- Debugging Remote Applications