|
How to display console view in RCP -
06-22-2009, 01:31 AM
I am developing a RCP application. Right now application is working fine. Now I want to add Console view in RCP application. That console view should display all the "System.out.println(....)" lines which I have written in my RCP program. Also it should accept the input which is needed by my program.
Currently I am running RCP application through my workspace in Eclipse IDE. When I am launching RCP I can use Eclipse IDE's console to see console & also provide console inputs to my RCP application. Now same console view I want to display in my RCP application which should have console input capability also.
Can anybody please tell me how can I do that?
Many thanks in advance!!!
Regards,
Pras
|