Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] code snippet to open remote terminal programmatically in eclipse terminals view and execute shell commands programmatically in it

I’m not sure exactly what you’re trying to do. Do you want the results of the command you execute to be displayed in the terminal, or do you just want to execute commands programmatically?

The org.eclipse.remote package is tailored to programatic use. It provides a console, works with TM terminal, supports direct command execution and remote shell access, and provides a remote file manipulation interface. You might want to take a look.

Regards,
Greg

On Aug 12, 2016, at 3:27 AM, chandrayya kumarswamimath <chandrayya.gk@xxxxxxxxx> wrote:

Hello All,

I need an example code snippet to open remote terminal programmatically in eclipse terminals view and execute shell commands programmatically in it.

I posted the same question here http://stackoverflow.com/q/38871861/1391924 and here https://www.eclipse.org/forums/index.php?t=msg&th=1079876&goto=1739730&#msg_1739730 but not got any answers.

Also similar message is posted here https://dev.eclipse.org/mhonarc/lists/tm-dev/msg01128.html but in code it is not mentioned how to execute commands and terminal is not opening.

Please help me in this regard.


--
Regards,
Chandrayya.G.K


_______________________________________________
tm-dev mailing list
tm-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tm-dev


Back to the top