5 # Belt and braces classpath to get the most recent version
6 # of the 'configure' classes that we can find.
7 CP=$DIR/distr/build/classes:\
8 $DIR/all/build/descriptors/jnode-configure.jar:\
9 $DIR/distr/lib/jnode-configure-dist.jar:\
10 $DIR/distr/lib/nanoxml-2.2.3.jar
12 java -cp $CP org.jnode.configure.Configure "$@"