When you have classes in different packages that need to be compiled together, you need to understand how Java handles packages. By default, the Java compiler treats packages as relative to where it...