Author: jm Date: 2012-01-12 08:48:20 -0800 (Thu, 12 Jan 2012) New Revision: 27993
Modified: core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat Log: Fixes #558: cytoscape.bat doesn't try to determine JAVA_HOME automatically if it's already set Modified: core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat =================================================================== --- core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat 2012-01-12 01:46:00 UTC (rev 27992) +++ core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat 2012-01-12 16:48:20 UTC (rev 27993) @@ -8,6 +8,7 @@ set JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=%DEBUG_PORT% set KARAF_OPTS=-Xss10M -splash:CytoscapeSplashScreen.png +if not "X%JAVA_HOME%"==X goto TryJDKEnd goto :TryJRE :warn -- 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.
