When you compile (or run) a Java program you have to tell the javac ( or java) executable where it can find the classes you are using. Generally you don't do anything special with respect to System,...