Generated by
JDiff

Class java.lang.Runtime

Added Methods
void addShutdownHook(Thread) Registers a new virtual-machine shutdown hook.
Process exec(String, String[], File) Executes the specified string command in a separate process with the specified environment and working directory.
Process exec(String[], String[], File) Executes the specified command and arguments in a separate process with the specified environment and working directory.
void halt(int) Forcibly terminates the currently running Java virtual machine.
boolean removeShutdownHook(Thread) De-registers a previously-registered virtual-machine shutdown hook.