diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-09-15 17:29:18 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-09-15 17:29:18 +0000 |
| commit | db1b030276d20cc2e0c73a2e9c58412ec855a949 (patch) | |
| tree | f31427c2ac6e1865a9b4458b970b099b51546809 /startYACY.sh | |
| parent | 033554dc1278b177c7849e278d17bae5c2e49be8 (diff) | |
fixed class path in startup scripts; omitting old classes path; all classes are now in lib/yacycore.jar
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6318 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh index 97345431d..09b427885 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -169,7 +169,7 @@ fi # generating the proper classpath CLASSPATH="" for N in lib/*.jar; do CLASSPATH="$CLASSPATH$N:"; done -CLASSPATH="classes:.:htroot:$CLASSPATH" +CLASSPATH=".:htroot:$CLASSPATH" cmdline="$JAVA $JAVA_ARGS -Djava.awt.headless=true -classpath $CLASSPATH yacy"; if [ $DEBUG -eq 1 ] #debug |
