2306 |
22 May 06 |
jari |
# $Id$ |
83 |
04 Mar 05 |
nicklas |
2 |
# |
3675 |
16 Aug 07 |
jari |
# Copyright (C) 2005 Johan Enell, Nicklas Nordborg |
4889 |
06 Apr 09 |
nicklas |
# Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg |
83 |
04 Mar 05 |
nicklas |
5 |
# |
2304 |
22 May 06 |
jari |
# This file is part of BASE - BioArray Software Environment. |
2304 |
22 May 06 |
jari |
# Available at http://base.thep.lu.se/ |
83 |
04 Mar 05 |
nicklas |
8 |
# |
83 |
04 Mar 05 |
nicklas |
# BASE is free software; you can redistribute it and/or |
83 |
04 Mar 05 |
nicklas |
# modify it under the terms of the GNU General Public License |
4480 |
05 Sep 08 |
jari |
# as published by the Free Software Foundation; either version 3 |
83 |
04 Mar 05 |
nicklas |
# of the License, or (at your option) any later version. |
83 |
04 Mar 05 |
nicklas |
13 |
# |
83 |
04 Mar 05 |
nicklas |
# BASE is distributed in the hope that it will be useful, |
83 |
04 Mar 05 |
nicklas |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
83 |
04 Mar 05 |
nicklas |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
83 |
04 Mar 05 |
nicklas |
# GNU General Public License for more details. |
83 |
04 Mar 05 |
nicklas |
18 |
# |
83 |
04 Mar 05 |
nicklas |
# You should have received a copy of the GNU General Public License |
4514 |
11 Sep 08 |
jari |
# along with BASE. If not, see <http://www.gnu.org/licenses/>. |
83 |
04 Mar 05 |
nicklas |
21 |
# ---------------------------------------- |
83 |
04 Mar 05 |
nicklas |
22 |
|
2249 |
12 May 06 |
nicklas |
# Import CLASSPATH($CP) |
2249 |
12 May 06 |
nicklas |
24 |
. ./set_classpath.sh |
83 |
04 Mar 05 |
nicklas |
25 |
|
83 |
04 Mar 05 |
nicklas |
# Execute test class |
5031 |
28 Jul 09 |
nicklas |
27 |
nice java -Xmx512M -Xms128M -ea -server -cp $CP -Dcom.sun.media.jai.disableMediaLib=true $* |