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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -