how to track an application that crashed without a message

  • Thread starter Thread starter hag
  • Start date Start date
H

hag

Hi All,


i have a problem that my application (Java base) is crashing sometimes
with no message to the user and no information in log. it is just
disappear, all i know is that it happen on WINXP.


it seems that the problem is not in the code but in the OS level or the



JAVA level.


How can i use the system information (logs, tables, etc...) to track
the problem.


thanks
 
Did you try Event Viewew?
Start > Control Panel > Administrative Tools
Select a item - possibly an error item in the Application list
RT click the item and choose properties.
 
Back
Top