Author | Message |
---|---|
rabbott
Posts: 1649
|
Posted 07:14 May 06, 2012 |
The top-level directory CS_460_Ants_Programs was getting too messy so I made a bots sub-directory within it. Please upload your bots to the CS_460_Ants_Programs/bots directory.
Also, I changed the name of the Guava subdirectory to be more generically lib. If you want to use the Guava jar file without packing it into your bot jar file your Manifest file should include Class-Path: lib/guava-11.0.2.jar instead of
Class-Path: Guava/guava-11.0.2.jar Every discussion of manifest files warns that the last line must end with an end-of-line character. Otherwise the last line will be ignored. |