Calling Multiple Applications - TechRepublic
General discussion
June 21, 2001 at 07:51 AM
jpplatt

Calling Multiple Applications

by jpplatt . Updated 25 years ago

I have two java applications. One searches a database checks to see if there is already an entry. If there is it will prompt the user to submit another entry. If the entry is not there I would like for that application to close and another application that allows them to enter information appear.

So after the action event on the button fires and the search for the entry is complete what is the best way to start the second application?

This discussion is locked

All Comments