C
Carfield Yim
Hi , I have a java application which get data from a Windows
executable to get data. In order to prevent the service interrupt for
some reason my java application will detect if the process exit and
restart the Windows executable if it is terminated.
However, I just found that if the exe crashed, rather than it just
restart. Windows will display an alarm box to ask if user like to open
debugger to debug or not, if there is no user to handle the dialog the
process will not restart.
Does anyone know how to bypass this dialog completely?
executable to get data. In order to prevent the service interrupt for
some reason my java application will detect if the process exit and
restart the Windows executable if it is terminated.
However, I just found that if the exe crashed, rather than it just
restart. Windows will display an alarm box to ask if user like to open
debugger to debug or not, if there is no user to handle the dialog the
process will not restart.
Does anyone know how to bypass this dialog completely?