13 |
11 Oct 05 |
enell |
#!/bin/bash - |
895 |
08 Dec 08 |
jari |
2 |
# |
895 |
08 Dec 08 |
jari |
# $Id: run 880 2008-12-05 11:28:29Z jari $ |
895 |
08 Dec 08 |
jari |
4 |
# |
895 |
08 Dec 08 |
jari |
# Copyright (C) 2004 Johan Enell |
895 |
08 Dec 08 |
jari |
# Copyright (C) 2008 Jari Häkkinen |
895 |
08 Dec 08 |
jari |
7 |
# |
895 |
08 Dec 08 |
jari |
# This file is part of the se.lu.onk.Center plug-in for |
895 |
08 Dec 08 |
jari |
# BASE. Available at http://baseplugins.thep.lu.se/ and BASE web site |
895 |
08 Dec 08 |
jari |
# is http://base.thep.lu.se |
895 |
08 Dec 08 |
jari |
11 |
# |
895 |
08 Dec 08 |
jari |
# This is free software; you can redistribute it and/or modify it |
895 |
08 Dec 08 |
jari |
# under the terms of the GNU General Public License as published by |
895 |
08 Dec 08 |
jari |
# the Free Software Foundation; either version 3 of the License, or |
895 |
08 Dec 08 |
jari |
# (at your option) any later version. |
895 |
08 Dec 08 |
jari |
16 |
# |
895 |
08 Dec 08 |
jari |
# The software is distributed in the hope that it will be useful, but |
895 |
08 Dec 08 |
jari |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
895 |
08 Dec 08 |
jari |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
895 |
08 Dec 08 |
jari |
# General Public License for more details. |
895 |
08 Dec 08 |
jari |
21 |
# |
895 |
08 Dec 08 |
jari |
# You should have received a copy of the GNU General Public License |
895 |
08 Dec 08 |
jari |
# along with BASE. If not, see <http://www.gnu.org/licenses/>. |
895 |
08 Dec 08 |
jari |
24 |
# |
13 |
11 Oct 05 |
enell |
25 |
|
13 |
11 Oct 05 |
enell |
progdir="`dirname \"$0\"`" |
900 |
08 Dec 08 |
jari |
java -Xmx1024m -cp "$CLASSPATH:$progdir/BaseFile/BaseFile.jar:$progdir/VirtualArray.jar" virtualarray.VirtualArray |