java - windows XP can't terminate javaw.exe on shutdown -


i configured computer windows xp work kiosk, @ start-up system runs java application @ full screen. computer has not keyboard neither mouse. shutdown system user have push power button. on shutdown application disappear windows show "end program - javaw.exe" dialog 2 buttons, "end now" , "cancel". user have interact input device proceed.

how can avoid behavior?

just clear, below dialog appears on power click, when progress bar complete second 1 shown. (i can't nice screen capture because windows doesn't let me open programs paste image clipboard after power click)

enter image description here

enter image description here

solved using java.exe instead of javaw.exe launch java program.


Comments