Skip to main content

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

Hi Chandrayya,

In the message you mentioned in your post ([1]), the properties to use for launching a command are mentioned (PROP_PROCESS_PATH and PROP_PROCESS_ARGS). And the terminal view should come to the foreground and the terminal tab shall open. If not, you will have to look at the returned status object to see if you can figure out what is going wrong. The code example is valid and working.

Note: The terminal maintainer from Wind River are almost all gone and answers to the mailing list or bugzilla will be sporadic if at all.

Best regards, Uwe

[1]: https://dev.eclipse.org/mhonarc/lists/tm-dev/msg01128.html

Back to the top