Author: ruschein
Date: 2010-01-27 14:23:18 -0800 (Wed, 27 Jan 2010)
New Revision: 19051

Modified:
   cytoscape/trunk/resources/bin/cytoscape.bat
Log:
Test version.

Modified: cytoscape/trunk/resources/bin/cytoscape.bat
===================================================================
--- cytoscape/trunk/resources/bin/cytoscape.bat 2010-01-27 22:18:20 UTC (rev 
19050)
+++ cytoscape/trunk/resources/bin/cytoscape.bat 2010-01-27 22:23:18 UTC (rev 
19051)
@@ -3,6 +3,20 @@
 ::
 :: Runs Cytoscape from its jar file with GO data loaded
 
-java -d64 -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd -Xss100M 
-Xmx1550M -cp cytoscape.jar cytoscape.CyMain -p plugins %*
+...@echo off
 
+:: Create the cytoscape.vmoptions file, if it doesn't exist.
+IF EXIST "cytoscape.vmoptions" GOTO vmoptionsFileExists
+CALL gen_vmoptions.bat
+:vmoptionsFileExists
 
+:: Read vmoptions, one per line.
+setLocal EnableDelayedExpansion
+for /f "tokens=* delims= " %%a in (cytoscape.vmoptions) do (
+set /a N+=1
+set opt!N!=%%a
+)
+
+echo java -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd !opt1! !opt2! 
!opt3! !opt4! !opt5! -cp cytoscape.jar cytoscape.CyMain -p plugins %*
+
+

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to