Difference between revisions of "Eclipse Introduction"

From wiki.emacinc.com
Jump to: navigation, search
Line 3: Line 3:
 
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 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].
  
== EMAC Eclipse Distribution ==
+
== Eclipse Distribution ==
EMAC recommends that customers install EMAC Eclipse 3.6 from the EMAC FTP site. The EMAC Eclipse 3.6 distribution includes all of the plugins recommended for developing software using the EMAC OE SDK, including:
+
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 16: Line 16:
  
 
== See Also ==
 
== See Also ==
Refer to the links below for instructions on how to install and utilize the EMAC Eclipse 3.6 distribution.
+
Refer to the links below for instructions on how to install and utilize the Eclipse 3.6 distribution.
* [[EMAC Eclipse Introduction|Introduction]]
+
* [[Eclipse Introduction|Introduction]]
* [[Installing EMAC Eclipse|Installation]]
+
* [[Installing Eclipse|Installation]]
* [[Configuring EMAC Eclipse|Configuration]]
+
* [[Configuring Eclipse|Configuration]]
* [[First Time Starting EMAC Eclipse]]
+
* [[First Time Starting Eclipse]]
 
* [[Using the Eclipse Terminal View]]
 
* [[Using the Eclipse Terminal View]]
 
* [[Importing the EMAC OE SDK Projects with Eclipse|Importing EMAC OE SDK Projects]]
 
* [[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]]
 
* [[Using the EMAC OE SDK Projects with Eclipse|Using the EMAC OE SDK Projects]]
* [[Creating New Projects with EMAC Eclipse|Creating New Projects]]
+
* [[Creating New Projects with Eclipse|Creating New Projects]]
 
* [[Eclipse_Remote_System_Explorer|Remote System Explorer]]
 
* [[Eclipse_Remote_System_Explorer|Remote System Explorer]]
** [[Remote System Explorer Setup for EMAC Eclipse|RSE Setup]]
+
** [[Remote System Explorer Setup for Eclipse|RSE Setup]]
** [[Remote System Explorer SFTP Setup for EMAC Eclipse|RSE SFTP Setup]]
+
** [[Remote System Explorer SFTP Setup for Eclipse|RSE SFTP Setup]]
 
** [[Remote System Explorer Shell and Terminal Setup|Remote Shell and Terminal Setup]]
 
** [[Remote System Explorer Shell and Terminal Setup|Remote Shell and Terminal Setup]]
* [[Executing Remote Applications with EMAC Eclipse|Executing Remote Applications]]
+
* [[Executing Remote Applications with Eclipse|Executing Remote Applications]]
* [[Debugging Remote Applications with EMAC Eclipse|Debugging Remote Applications]]
+
* [[Debugging Remote Applications with Eclipse|Debugging Remote Applications]]
  
[[Category:EMAC Eclipse]]
+
[[Category:Eclipse]]

Revision as of 11:27, 11 December 2013

TODO: {{#todo:Write this from scratch for oe 5 ; Complete (10.29.13-19:45->MD+)(11.06.13-15:58->JG+)|Klint Youngmeyer|oe 4,ky, Complete, md}}
Eclipse.jpg

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.