# $Id: README,v 1.2 2001/05/31 23:09:10 dda Exp $ Use the scripts testall or testone to run all, or just one of the Java tests. You must be in this directory to run them. For example, $ export LD_LIBRARY_PATH=/usr/local/Berkeley3.3/lib $ ./testone TestAppendRecno $ ./testall The scripts will use javac and java in your path. Set environment variables $JAVAC and $JAVA to override this. It will also and honor any $CLASSPATH that is already set, prepending ../../../../classes to it, which is where the test .class files are put, and where the DB .class files can normally be found after a build on Unix and Windows. If none of these variables are set, everything will probably work with whatever java/javac is in your path. To run successfully, you will probably need to set $LD_LIBRARY_PATH to be the directory containing libdb_java-X.Y.so As an alternative, use the --prefix=