• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/OMERO.insight_3_Beta1/launch/OMEROinsight_windows.bat

Revision 4729, 1.3 kB (checked in by jburel, 23 months ago)

replaced OMEROClient by OMERO.insight

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1@echo off
2
3rem OMERO.insight startup script for Windows
4rem ----------------------------------------------------------------------------
5rem  Copyright (C) 2006 University of Dundee. All rights reserved.
6rem
7rem
8rem  This program is free software; you can redistribute it and/or modify
9rem  it under the terms of the GNU General Public License as published by
10rem  the Free Software Foundation; either version 2 of the License, or
11rem  (at your option) any later version.
12rem  This program is distributed in the hope that it will be useful,
13rem  but WITHOUT ANY WARRANTY; without even the implied warranty of
14rem  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15rem  GNU General Public License for more details.
16rem 
17rem  You should have received a copy of the GNU General Public License along
18rem  with this program; if not, write to the Free Software Foundation, Inc.,
19rem  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20rem
21rem-----------------------------------------------------------------------------
22
23rem If you have problems with memory errors you may need to change the "start"
24rem -Xms or "max" -Xmx memory size. More information about these command line
25rem switches may be found by running "java -X"
26
27java -Xms128000000 -Xmx256000000 -jar omeroinsight.jar
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/