0 Replies Latest reply on Feb 21, 2006 5:14 PM by chwang

    Runtime.getRuntime().addShutdownHook(shutdownHook) works for

      Hi, Folks,

      I have application, when press Ctrl+C, Runtime.getRuntime().addShutdownHook(shutdownHook) will hook to set one class to null.
      But I don't know if it also works for hot-deploy as well.
      Thank you!

      chwang