Home > Archive > Java Help > April 2007 > Runtime.exec redirect
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Runtime.exec redirect
|
|
| cpreiche 2007-04-21, 10:09 pm |
| I am successfully calling a standalone GUI application from my Java
GUI. It opens a seperate window, external from my Java GUI.
Question: Can I use the redirect to display the standalone application
GUI inside a pane in my Java GUI? If so how do I tell the OS were to
display the output?
Chuck
| |
| Andrew Thompson 2007-04-21, 10:09 pm |
| cpreiche wrote:
>I am successfully calling a standalone GUI application
Is this app. written in Java? Is the source available?
>..from my Java
>GUI. It opens a seperate window, external from my Java GUI.
>
>Question: Can I use the redirect to display the standalone application
>GUI inside a pane in my Java GUI?
No. If it is a Java application, there are probably better
ways to get the content inside your own GUI.
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.as...-setup/200704/1
| |
| cpreiche 2007-04-23, 7:08 pm |
| On Apr 21, 7:59 pm, "Andrew Thompson" <u32984@uwe> wrote:
> cpreichewrote:
>
> Is this app. written in Java? Is the source available?
>
>
>
> No. If it is a Java application, there are probably better
> ways to get the content inside your own GUI.
>
> --
> Andrew Thompsonhttp://www.athompson.info/andrew/
>
> Message posted via JavaKB.comhttp://www.javakb.com/Uwe/Forums.aspx/java-setup/200704/1
The application is written in C++. Thank you for the help!
|
|
|
|
|