Logged In: NO

same person who commented here before, your problem is you have two files with the same name, case ignored, serverLog.java and ServerLog.java in your NEWREVISION/src/edu/bsu/monopoly/gui folder, while other OS can perhaps deal with this, Windows apparently cannot deal with CaSe sPeciFic file naming, so while not techincally a bug, you should consider renaming or deleting one of these resources if you plan on making this stuff accessible to Windows users.