diff --git a/README b/README
index c137c3d47d404f63682f2b62f65ba6e85c966a38..b37e39bd290b4340bff6d8ee84e7f0f11eacd0ff 100644
--- a/README
+++ b/README
@@ -36,9 +36,9 @@ the jme package from http://www.jmonkeyengine.com/
 There are two main programs supplied:
 $ java PrettyPrint ../workpiece.x3d 
 will just print out an x3d representation.
-$ java OBB ../workpiece.x3d 
+$ java -cp ../../tools/jme.jar OBB ../workpiece.x3d 
 will compute bounding boxes (both AABB and OBB) and print out the 
 characteristics.
 
 AUTHOR
-Anders Nilsson <anders.nilsson@cs.lth.se>
\ No newline at end of file
+Anders Nilsson <anders.nilsson@cs.lth.se>
diff --git a/examples/x3d/build.xml b/examples/x3d/build.xml
index e06e56d8e866e3a7b454f5696a9ec8cd9b4e6508..be62fb922b892f372f60c984ca33a33bc03b9827 100644
--- a/examples/x3d/build.xml
+++ b/examples/x3d/build.xml
@@ -27,7 +27,7 @@
 
   <!-- compile sources -->
   <target name="build" depends="gen">
-    <javac  debug="true" nowarn="true" srcdir="." includes="**/*.java" excludes="tools/** siaras/**" classpath=".:${tools}/beaver-rt.jar:${tools}/junit.jar"/>
+	  <javac  debug="true" nowarn="true" srcdir="." includes="**/*.java" excludes="tools/** siaras/**" classpath=".:${tools}/beaver-rt.jar:${tools}/junit.jar:${tools}/jme.jar"/>
   </target>
   
   <!-- generate compiler source files -->
diff --git a/tools/Copyright.txt b/tools/Copyright.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a07d4414fb412a62d3a4a1e3a75cfea4b6614cf3
--- /dev/null
+++ b/tools/Copyright.txt
@@ -0,0 +1,29 @@
+Copyright (c) 2003-2009 jMonkeyEngine
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+ 
+  Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+ 
+  Neither the name of 'jMonkeyEngine' nor the names of its contributors 
+  may be used to endorse or promote products derived from this software 
+  without specific prior written permission.
+ 
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/tools/jme.jar b/tools/jme.jar
new file mode 100644
index 0000000000000000000000000000000000000000..8d87d22512616d815c7bf420a00b15d6fce3f350
Binary files /dev/null and b/tools/jme.jar differ