Changeset 7194 for trunk


Ignore:
Timestamp:
2004-04-07T10:47:40+12:00 (20 years ago)
Author:
kjdon
Message:

now when running java it uses the variable not java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.sh

    r7118 r7194  
    264264    echo "Arguments $*"
    265265    fi
    266     java -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar $2 $3
     266    $javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar $2 $3
    267267    exit 0
    268268fi
     
    288288# -Xloggc:<file>   Write garbage collection log
    289289
    290 java -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar org.greenstone.gatherer.Gatherer -gsdl $GSDLHOME -wget $wok$wgetpath $*
     290$javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar org.greenstone.gatherer.Gatherer -gsdl $GSDLHOME -wget $wok$wgetpath $*
    291291
    292292if [ "$glilang" == "es" ]; then
Note: See TracChangeset for help on using the changeset viewer.