Posted By:
Chandrasekhar_S
Posted On:
Friday, December 7, 2001 08:30 PM
Hi, My problem is, I have a application(say,ModelApp)developed in java and I want integrate this application with another application developed in java(say,ViewApp). The things I like to do is 1.From the application ModelApp,I want to invoke the other application ie ViewApp.The called application must run as a separate process. 2.In the application ModelApp there will be tree showing various files. When I double click a file, the second application,ie ViewApp must get opened with that file. The file name must be passed as an argument to the second application,ie ViewApp.The ViewApp is just a tool to view various files. Hope many of you can help
More>>
Hi,
My problem is,
I have a application(say,ModelApp)developed in java and I want integrate this application with another application developed in java(say,ViewApp).
The things I like to do is
1.From the application ModelApp,I want to invoke the other application ie ViewApp.The called application must run as a separate process.
2.In the application ModelApp there will be tree showing various files.
When I double click a file, the second application,ie ViewApp must get opened with that file.
The file name must be passed as an argument to the second application,ie ViewApp.The ViewApp is just a tool to view various files.
Hope many of you can help me.
Thanks in advance.
Regards
Chandrasekhar.S
<<Less