1

Possible Duplicate:
Sending Signals to a Running JVM

I have a scala app running to which i would like to send a "reload" signal, like Ctrl-R from the command line (for now). How do i register a handler for this? thanks

Community
  • 1
  • 1
Alex
  • 2,342
  • 1
  • 18
  • 30
  • Due to java interop, things written [here](http://www.ibm.com/developerworks/java/library/i-signalhandling/) are true for scala too – om-nom-nom Aug 27 '12 at 14:28

0 Answers0