Generated by
JDiff

Class java.lang.Runtime

Documentation changed from old to new.

Changed Methods
void addShutdownHook(Thread) Documentation changed from old to new.
Registers a new virtual-machine shutdown hook.
void exit(int) Documentation changed from old to new.
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
Process exec(String) Documentation changed from old to new.
Executes the specified string command in a separate process.
Process exec(String, String[]) Documentation changed from old to new.
Executes the specified string command in a separate process with the specified environment.
Process exec(String, String[], File) Documentation changed from old to new.
Executes the specified string command in a separate process with the specified environment and working directory.
Process exec(String[]) Documentation changed from old to new.
Executes the specified command and arguments in a separate process.
Process exec(String[], String[]) Documentation changed from old to new.
Executes the specified command and arguments in a separate process with the specified environment.
Process exec(String[], String[], File) Documentation changed from old to new.
Executes the specified command and arguments in a separate process with the specified environment and working directory.