Shell script outputs in Eclipse Console [message #154867] |
Thu, 01 June 2006 12:56  |
Eclipse User |
|
|
|
Originally posted by: arzeiler.fh-konstanz.de
Hi,
i need help with output of data. I like to start a shell script (example:
my_script.sh) from my Eclipse plug-in under Linux.
Runtime rt = Runtime.getRuntime();
Process p = rt.exec(/home/myName/my_script);
Inside the script i have some important output (example: echo "show this
in Eclipse Console"), that i must see in the Eclipse Console. Do you know
how i can do this ?
This is a project for my university. Unfortunately I could not find a book
or URL, where this problem was describe.
Thanks a lot,
Andreas
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08002 seconds