Assuming that you have the Java SDK installed in /usr/bin/local/java set the
CLASSPATH as follows and export it:
CLASSPATH=BANDERA:usr/bin/local/java/jre/lib/rt.jar:usr/bin/local/java/lib/tools.jar:$CLASSPATHYou need to include the current directory as your
PATH, e.g., PATH=.: ...