home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
java-common
/
examples
/
classpath-from-jars-1
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-11-09
|
268 b
|
13 lines
# 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