# No shebang here: you have to source this file or to include
# it into a shell startup file, since it changes the environment.
# Bourne shell syntax.

# From: Aaron Brashears <gila@gila.org>

for jar in /usr/share/java/*.jar ; do
 CLASSPATH=${CLASSPATH}:$jar
done



