File: classpath-from-jars-1

package info (click to toggle)
java-common 0.14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 256 kB
  • ctags: 12
  • sloc: xml: 348; makefile: 105
file content (12 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
# 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