From 0f3b87fadf457579100958cf36aa939d86faf978 Mon Sep 17 00:00:00 2001 From: jeffpk Date: Fri, 6 Jun 2003 21:45:20 +0000 Subject: [PATCH] added note about dependancy on jutils.jar --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.txt b/README.txt index 3b191e3..9a0a6d4 100644 --- a/README.txt +++ b/README.txt @@ -20,6 +20,11 @@ client game programming APIs. Build Requirements: +Note: This build depends on there being a jutils.jar in the lib directories +of both the coreAPI and the plug-ins. If you install the JGI Jutils project +at the same root as this project and build it first it will put jars in the +right places. + This project has been built in the follwing environment. -- Win32 (Win 2000 in the case of our machine) -- Sun J2SDK 1.4 (available at java.sun.com)