To get Main.java to run, just make sure that Person.java does what Main.java expects it to do. If Main.java needs certain things from Person.java to work, you'll need to add those things in...