Dumping a Java program into a file and restarting it

后端 未结 10 980
温柔的废话
温柔的废话 2020-12-29 08:30

I was just wondering if it\'s possible to dump a running Java program into a file, and later on restart it (same machine)

It\'s sounds a bit weird, but who knows

10条回答
  •  粉色の甜心
    2020-12-29 08:56

    This may me a bit overkill but one thing you can do is run something like VirtualBox and halt/save the machine.

    There is also:
    - JavaFlow from Apache that should do just that even though I haven't personally tried it.
    - Brakes that may be exactly what you're looking for

提交回复
热议问题