java.lang.Object | +----Shell
This program displays a prompt and waits for the user to enter commands. Commands must be the names of Java classes that implement public static void main( String args[] ). The shell will then ask the Kernel to run that program.
exit or EOF will end the program.
public Shell()
public static void main(String a[])