Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

open a .exe in Jframe

843807Jul 11 2010 — edited Jul 11 2010
Hello,

I have an application having some components. When i click on a button in application, i want to make a textpad open in the same frame i am working in.
I can make the textpad.exe run by calling 'Process proc = rt.exec("c:\\Program Files\\TextPad 5\\TextPad.exe");' .Textpad is opened as a separate application but i want to make it opened in my frame.

Can any one kindly give some suggestion how i can achieve this scenario.

DS
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2010
Added on Jul 11 2010
1 comment
379 views