how can i keep jfcUnit working when i invoke a process of an application which then ends with System.exit(0)?
jfcUnit terminates know after the frame/application exits. I can't change the application so that it only uses frame.dispose() cause it's necessary to use System.exit(0) so that the application ends definitely.
Can anyone help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I Found a other solution which my programm supervisor allowed. I add an exit button. But if anyone has a solution to the original problem i would be pleased if he/she would post it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
how can i keep jfcUnit working when i invoke a process of an application which then ends with System.exit(0)?
jfcUnit terminates know after the frame/application exits. I can't change the application so that it only uses frame.dispose() cause it's necessary to use System.exit(0) so that the application ends definitely.
Can anyone help me?
I Found a other solution which my programm supervisor allowed. I add an exit button. But if anyone has a solution to the original problem i would be pleased if he/she would post it.