get string from outside run programm
Posted
by
Alex Berd
on Stack Overflow
See other posts from Stack Overflow
or by Alex Berd
Published on 2010-12-27T10:24:58Z
Indexed on
2010/12/28
13:54 UTC
Read the original article
Hit count: 313
Hello
I have jsp page with text field and button. Also i have jar of another project. When i click on the button the MAIN.class of the jar is called and program is running in independent window(JFrame). After user is finished with the program and exits, I need to get the String of program that is generated on exit and paste it into the textbox (The String is HTML code)
Is anyone else having this problem and has a solution? Thanks Alex
© Stack Overflow or respective owner