java - what event perform in termination action -


what event perform @ time of termination program in eclipse? means whenever directly close program whatever running in eclipse console pressing red button or close event perform ? if u know please share knowledge me

exactly run when terminate program run eclipse depends on type of program being run, types of launch code ends in terminate method of org.eclipse.debug.core.model.runtimeprocess.

runtimeprocess uses destroy method of java.lang.process kill program.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -