Changeset 22034


Ignore:
Timestamp:
2010-05-05T13:30:23+12:00 (14 years ago)
Author:
sjm84
Message:

Fixed the script not being able to find global.properties, this may need to be changed in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/Mat.sh

    r21940 r22034  
    2828
    2929if [ "x$1" = "x" ] ; then
    30 java -Djava.library.path=$jnidir -Djava.ext.dirs=$extdirs -classpath $classesdir org.greenstone.mat.CollectionChooser
     30java -Djava.library.path=$jnidir -Djava.ext.dirs=$extdirs:. -classpath $classesdir org.greenstone.mat.CollectionChooser
    3131
    3232else
    33 java -Djava.library.path=$jnidir -Djava.ext.dirs=$extdirs -classpath $classesdir org.greenstone.mat.CollectionChooser $1
     33java -Djava.library.path=$jnidir -Djava.ext.dirs=$extdirs:. -classpath $classesdir org.greenstone.mat.CollectionChooser $1
    3434fi
    3535
Note: See TracChangeset for help on using the changeset viewer.