The classes created for the first assignment should be placed in the default package. Classes are placed in the default package when the Java source code does not use package declarations. Using package declarations in Java source code places class files in non-default packages, and the turn-in software, expecting the class files to be in the default package, won't be able to find them. The assignment page has been updated to make this clear. Let me know if you have any questions.Received on Fri Oct 15 2010 - 17:01:04 EDT
This archive was generated by hypermail 2.2.0 : Wed Oct 20 2010 - 19:47:40 EDT