From 7844acdf8888f4619f96d4196a5426387cfa1935 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 10 Jun 2009 01:14:29 +0000
Subject: [PATCH] Added the need for Java3D to the README files.

git-svn-id: svn://svn.syncleus.com/dANN/branches/java_dann-1.x@273 6ae8b97b-f314-0410-8212-aecf10b92ded
---
 doc/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/README b/doc/README
index a8ebf634..165d4044 100644
--- a/doc/README
+++ b/doc/README
@@ -107,4 +107,10 @@ lib/vecmath.jar
 lib/j3dutils.jar
 
 You may not need all these libraries for every application so consult your
-target applications documentation for more details.
\ No newline at end of file
+target applications documentation for more details.
+
+If you intend to run any of the 3D visualizations then you will need to have
+Java3D installed during runtime. You do not, however, need Java3D installed
+to compile. You can obtain Java3D at the following URL:
+
+http://java.sun.com/javase/technologies/desktop/java3d/index.jsp
\ No newline at end of file
-- 
GitLab