Difference between revisions of "Eclipse Remote System Explorer"

From wiki.emacinc.com
Jump to: navigation, search
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{todo|<strike>Polish this and mark it as OE 4 </strike>(11.13.13-17:47->MG+)|Michael Gloff|project=oe 4,mg,ky, Review}}
+
{{todo|SEOKWREV <strike>Polish this and mark it as OE 4 </strike>(11.15.13-15:40->KY+);(11.15.13-23:35->MD+);(03.04.14-16:50->BS-);(03.25.14-16:10->BS+)|Michael Gloff|project=oe 4,mg,ky,md,bs,SEOKWREV}}
  
 +
{{#seo:
 +
|title=Eclispe Remote System Explorer
 +
|titlemode=append
 +
|keywords=Eclipse,Remote System Explorer,RSE
 +
|description=EMAC provides support for remote development of its products through the use of Eclipse Remote System Explorer plugin.
 +
}}
 
EMAC provides support for remote development of its products through the use of the Eclipse Remote System Explorer plugin. RSE enables the developer to browse remote file systems and alter their contents similar to the way the Project Explorer allows for the browsing and alteration of local files.
 
EMAC provides support for remote development of its products through the use of the Eclipse Remote System Explorer plugin. RSE enables the developer to browse remote file systems and alter their contents similar to the way the Project Explorer allows for the browsing and alteration of local files.
  
Line 13: Line 19:
 
* Remote Application Debugging (provided via GDB and <code>gdbserver</code>)
 
* Remote Application Debugging (provided via GDB and <code>gdbserver</code>)
  
Before moving on to learn how to set up Eclipse for remote development, EMAC recommends reviewing the [[EMAC OE Getting Started Guide#Initial Connections|Initial Connections]] section of the EMAC OE Getting Started Guide.
+
Before moving on to learn how to set up Eclipse for remote development, EMAC recommends reviewing the [[Network Connections]] and  [[Serial Connections]] pages.
  
 
==See Also==
 
==See Also==
  
* [[Remote System Explorer Setup for EMAC Eclipse]]
+
* [[Remote System Explorer Setup for Eclipse]]
* [[Remote System Explorer SFTP Setup for EMAC_Eclipse]]
+
* [[Remote System Explorer SFTP Setup for Eclipse]]
 
* [[Remote System Explorer Shell and Terminal Setup]]
 
* [[Remote System Explorer Shell and Terminal Setup]]
  
[[Category:EMAC Eclipse]]
+
<!--[[Category:Eclipse]]-->

Latest revision as of 16:12, 25 March 2014

TODO: {{#todo:SEOKWREV Polish this and mark it as OE 4 (11.15.13-15:40->KY+);(11.15.13-23:35->MD+);(03.04.14-16:50->BS-);(03.25.14-16:10->BS+)|Michael Gloff|oe 4,mg,ky,md,bs,SEOKWREV}}

EMAC provides support for remote development of its products through the use of the Eclipse Remote System Explorer plugin. RSE enables the developer to browse remote file systems and alter their contents similar to the way the Project Explorer allows for the browsing and alteration of local files.

The Eclipse RSE provides the following services to application developers:

  • SFTP drag-and-drop file transfer and remote file editing
  • Remote Shell/Terminal Connections
  • Remote Application Execution
  • Remote Application Debugging (provided via GDB and gdbserver)

Before moving on to learn how to set up Eclipse for remote development, EMAC recommends reviewing the Network Connections and Serial Connections pages.

See Also