root/tags/Shoola_3.0_M3/launch/shoola_windows.bat
| Revision 2164, 1.4 kB (checked in by afalconi, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | @echo off |
| 2 | |
| 3 | rem OME Shoola startup script for Windows |
| 4 | rem ------------------------------------------------------------------------------- |
| 5 | rem |
| 6 | rem Copyright (C) 2003 Open Microscopy Environment |
| 7 | rem Massachusetts Institute of Technology, |
| 8 | rem National Institutes of Health, |
| 9 | rem University of Dundee |
| 10 | rem |
| 11 | rem |
| 12 | rem |
| 13 | rem This library is free software; you can redistribute it and/or |
| 14 | rem modify it under the terms of the GNU Lesser General Public |
| 15 | rem License as published by the Free Software Foundation; either |
| 16 | rem version 2.1 of the License, or (at your option) any later version. |
| 17 | rem |
| 18 | rem This library is distributed in the hope that it will be useful, |
| 19 | rem but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 21 | rem Lesser General Public License for more details. |
| 22 | rem |
| 23 | rem You should have received a copy of the GNU Lesser General Public |
| 24 | rem License along with this library; if not, write to the Free Software |
| 25 | rem Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 26 | rem |
| 27 | rem ------------------------------------------------------------------------------- |
| 28 | |
| 29 | rem If you have problems with memory errors you may need to change the "start" |
| 30 | rem -Xms or "max" -Xmx memory size. More information about these command line |
| 31 | rem switches may be found by running "java -X" |
| 32 | |
| 33 | java -Xms128000000 -Xmx256000000 -jar shoola.jar |
Note: See TracBrowser
for help on using the browser.
